| 限定符和类型 | 方法和说明 |
|---|---|
abstract ClusterHistogram |
MetricRegistry.clusterHistogram(MetricName name,
long[] buckets)
Creates a new
ClusterHistogram and registers it under the given name. |
static ClusterHistogram |
MetricManager.getClusterHistogram(String group,
MetricName name)
Create a
ClusterHistogram metric in given group, and name
if not exist, an instance will be created. |
ClusterHistogram |
NOPMetricManager.getClusterHistogram(String group,
MetricName name,
long[] buckets) |
ClusterHistogram |
IMetricManager.getClusterHistogram(String group,
MetricName name,
long[] buckets)
Create a
ClusterHistogram metric in give group, name, and type
if not exist, an instance will be created. |
static ClusterHistogram |
MetricManager.getClusterHistogram(String group,
MetricName name,
long[] buckets)
Create a
ClusterHistogram metric in given group, and name
if not exist, an instance will be created. |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract SortedMap<MetricName,ClusterHistogram> |
MetricRegistry.getClusterHistograms(MetricFilter filter)
Returns a map of all the
ClusterHistogram in the registry and their names which match the given filter. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Collector.collect(MetricName name,
ClusterHistogram clusterHistogram,
long timestamp) |
Copyright © 2019. All rights reserved.