public class EventTypeMetrics
extends java.lang.Object
| Constructor and Description |
|---|
EventTypeMetrics(java.lang.String eventTypeName,
com.codahale.metrics.MetricRegistry metricRegistry) |
| Modifier and Type | Method and Description |
|---|---|
long |
getResponseCount(int code) |
void |
incrementResponseCount(int code) |
void |
reportSizing(int eventsPerBatch,
int totalEventSize) |
void |
updateTiming(long startingNanos,
long currentNanos) |