public interface MetricsAggregator
| Modifier and Type | Method and Description |
|---|---|
void |
event(java.lang.String metricId,
int eventValue) |
void |
gauge(java.lang.String metricId,
int gaugeValue) |
void |
increment(java.lang.String metricId,
int inc) |