open class MetricsService
The metrics service mainly allows to return a snapshot of measured objects. This service is derived and adapted from MetricsService in the vertx-dropwizard-metrics module. NOTE: This class has been automatically generated from the io.vertx.micrometer.MetricsService non RX-ified interface using Vert.x codegen.
MetricsService(delegate: MetricsService) |
static val __TYPE_ARG: TypeArg<MetricsService> |
open static fun create(measured: Measured): MetricsService
Creates a metric service for a given object. |
|
open fun equals(other: Any?): Boolean |
|
open fun getBaseName(): String |
|
open fun getDelegate(): MetricsService |
|
open fun getMetricsSnapshot(): JsonObject
Will return the metrics that correspond with the open fun getMetricsSnapshot(baseName: String): JsonObject
Will return the metrics that begins with the |
|
open fun hashCode(): Int |
|
open fun metricsNames(): MutableSet<String> |
|
open static fun newInstance(arg: MetricsService): MetricsService |
|
open fun toString(): String |