public class StatsServiceMetricAggregator extends AbstractMetricAggregator
| Constructor and Description |
|---|
StatsServiceMetricAggregator(StatsService statsService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doIncrementCounter(java.lang.String name,
int count) |
protected void |
doRecordMetric(java.lang.String name,
float value) |
protected void |
doRecordResponseTimeMetric(java.lang.String name,
long totalTime,
long exclusiveTime,
java.util.concurrent.TimeUnit timeUnit) |
incrementCounter, incrementCounter, recordMetric, recordResponseTimeMetric, recordResponseTimeMetricpublic StatsServiceMetricAggregator(StatsService statsService)
protected void doRecordResponseTimeMetric(java.lang.String name,
long totalTime,
long exclusiveTime,
java.util.concurrent.TimeUnit timeUnit)
doRecordResponseTimeMetric in class AbstractMetricAggregatorprotected void doRecordMetric(java.lang.String name,
float value)
doRecordMetric in class AbstractMetricAggregatorprotected void doIncrementCounter(java.lang.String name,
int count)
doIncrementCounter in class AbstractMetricAggregator