| Modifier and Type | Field and Description |
|---|---|
static MetricFilter |
MetricFilter.ALL
Matches all metrics, regardless of type or name.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map<MetricName,Compass> |
MetricRegistry.getCompasses(MetricFilter filter)
Returns a map of all the compasses in the registry and their names which match the given filter.
|
Map<MetricName,Compass> |
NOPMetricManager.getCompasses(String group,
MetricFilter filter) |
Map<MetricName,Compass> |
IMetricManager.getCompasses(String group,
MetricFilter filter)
Get all the compasses by the specific group and filter
|
abstract Map<MetricName,Counter> |
MetricRegistry.getCounters(MetricFilter filter)
Returns a map of all the counters in the registry and their names which match the given
filter.
|
Map<MetricName,Counter> |
NOPMetricManager.getCounters(String group,
MetricFilter filter) |
Map<MetricName,Counter> |
IMetricManager.getCounters(String group,
MetricFilter filter)
Get all the counters by the specific group and filter
|
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.
|
abstract Map<MetricName,Metric> |
MetricRegistry.getMetrics(MetricFilter filter)
Returns a map of all the metrics in the registry and their names which match the given filter
|
abstract void |
MetricRegistry.removeMatching(MetricFilter filter)
Removes all metrics which match the given filter.
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.