public interface Collector
| 限定符和类型 | 方法和说明 |
|---|---|
void |
collect(MetricName name,
ClusterHistogram clusterHistogram,
long timestamp) |
void |
collect(MetricName name,
Compass compass,
long timestamp) |
void |
collect(MetricName name,
Counter counter,
long timestamp) |
void |
collect(MetricName name,
FastCompass fastCompass,
long timestamp) |
void |
collect(MetricName name,
Gauge gauge,
long timestamp) |
void |
collect(MetricName name,
Histogram histogram,
long timestamp) |
void |
collect(MetricName name,
Meter meter,
long timestamp) |
void |
collect(MetricName name,
Timer timer,
long timestamp) |
void collect(MetricName name, Counter counter, long timestamp)
void collect(MetricName name, Gauge gauge, long timestamp)
void collect(MetricName name, Meter meter, long timestamp)
void collect(MetricName name, Histogram histogram, long timestamp)
void collect(MetricName name, Timer timer, long timestamp)
void collect(MetricName name, Compass compass, long timestamp)
void collect(MetricName name, FastCompass fastCompass, long timestamp)
void collect(MetricName name, ClusterHistogram clusterHistogram, long timestamp)
Copyright © 2019. All rights reserved.