public interface ServiceMetricsCollector<E extends TimeCounterEvent> extends MetricsCollector<E>
| Modifier and Type | Method and Description |
|---|---|
void |
addServiceRt(Invocation invocation,
String registryOpType,
Long responseTime) |
void |
addServiceRt(String serviceKey,
String registryOpType,
Long responseTime) |
void |
increment(String serviceKey,
MetricsKeyWrapper wrapper,
int size) |
void |
setNum(MetricsKeyWrapper metricsKey,
String serviceKey,
int num) |
calSamplesChanged, collect, initMetrics, isCollectEnabledonEventError, onEventFinishisSupport, onEventvoid increment(String serviceKey, MetricsKeyWrapper wrapper, int size)
void setNum(MetricsKeyWrapper metricsKey, String serviceKey, int num)
void addServiceRt(Invocation invocation, String registryOpType, Long responseTime)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.