Class: MetricsService

vertx-metrics-js/metrics_service~ MetricsService

new MetricsService()

Source:

Methods

getMetricsSnapshot(o) → {Array.<string>}

Will return the metrics that correspond with this measured object.
Parameters:
Name Type Description
o Measured
Source:
Returns:
the map of metrics where the key is the name of the metric (excluding the base name) and the value is the json data representing that metric
Type
Array.<string>