public class NormalMetricsCollector extends MetricsCollector
| 限定符和类型 | 方法和说明 |
|---|---|
void |
collect(MetricName name,
Compass compass,
long timestamp) |
void |
collect(MetricName name,
Counter counter,
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) |
public void collect(MetricName name, Timer timer, long timestamp)
public void collect(MetricName name, Histogram histogram, long timestamp)
public void collect(MetricName name, Compass compass, long timestamp)
public void collect(MetricName name, Meter meter, long timestamp)
public void collect(MetricName name, Counter counter, long timestamp)
public void collect(MetricName name, Gauge gauge, long timestamp)
Copyright © 2019. All rights reserved.