| Modifier and Type | Method and Description |
|---|---|
abstract Compass |
MetricRegistry.compass(MetricName name)
Create a FastCompass with given name
|
Compass |
NOPMetricManager.getCompass(String group,
MetricName name) |
Compass |
IMetricManager.getCompass(String group,
MetricName name)
Create a
Compass metric in give group, name, and type
if not exist, an instance will be created. |
static Compass |
MetricManager.getCompass(String group,
MetricName name)
Create a
Compass metric in given group, and name
if not exist, an instance will be created. |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<MetricName,Compass> |
MetricRegistry.getCompasses()
Returns a map of all the compasses in the registry and their names.
|
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
|
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.