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