open class MetricsService
The metrics service mainly allows to return a snapshot of measured objects. NOTE: This class has been automatically generated from the io.vertx.ext.dropwizard.MetricsService non RX-ified interface using Vert.x codegen.
MetricsService(delegate: MetricsService) |
static val __TYPE_ARG: TypeArg<MetricsService> |
open static fun create(vertx: Vertx): MetricsService
Creates a metric service for a given io.vertx.reactivex.core.Vertx instance. |
|
open fun equals(other: Any?): Boolean |
|
open fun getBaseName(measured: Measured): String |
|
open fun getDelegate(): MetricsService |
|
open fun getMetricsSnapshot(measured: Measured): 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 |