Will return the metrics that correspond with the measured
object, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.
Will return the metrics that begins with the baseName
, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.
Creates a metric service for a given {@link Vertx} instance.
Generated using TypeDoc
The metrics service mainly allows to return a snapshot of measured objects.