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.
MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.
measured
Will return the metrics that begins with the baseName, null if no metrics is available.
baseName
Creates a metric service for a given object.
Generated using TypeDoc
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.