| Modifier and Type | Method and Description |
|---|---|
abstract Map<MetricName,Gauge> |
MetricRegistry.getGauges()
Returns a map of all the gauges in the registry and their names.
|
abstract Map<MetricName,Gauge> |
MetricRegistry.getGauges(MetricFilter filter)
Returns a map of all the gauges in the registry and their names which match the given filter.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.