| Modifier and Type | Method and Description |
|---|---|
Meter |
MetricRegistry.meter(MetricName name)
|
Meter |
MetricRegistry.meter(MetricName name,
MetricRegistry.MetricSupplier<Meter> supplier)
|
Meter |
MetricRegistry.meter(String name) |
| Modifier and Type | Method and Description |
|---|---|
SortedMap<MetricName,Meter> |
MetricRegistry.getMeters()
Returns a map of all the meters in the registry and their names.
|
SortedMap<MetricName,Meter> |
MetricRegistry.getMeters(MetricFilter filter)
Returns a map of all the meters in the registry and their names which match the given filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricRegistryListener.onMeterAdded(MetricName name,
Meter meter)
Called when a
Meter is added to the registry. |
void |
MetricRegistryListener.Base.onMeterAdded(MetricName name,
Meter meter) |
Copyright © 2018. All Rights Reserved.