Interface MethodMetricsCollector<E extends TimeCounterEvent>
- All Superinterfaces:
MetricsCollector<E>,MetricsLifeListener<E>,MetricsListener<E>
- All Known Implementing Classes:
CombMetricsCollector
Method-level metrics collection for rpc invocation scenarios
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddMethodRt(Invocation invocation, String registryOpType, Long responseTime) voidincrement(MethodMetric methodMetric, MetricsKeyWrapper wrapper, int size) voidinit(Invocation invocation, MetricsKeyWrapper wrapper) Methods inherited from interface org.apache.dubbo.metrics.collector.MetricsCollector
collect, initMetrics, isCollectEnabledMethods inherited from interface org.apache.dubbo.metrics.listener.MetricsLifeListener
onEventError, onEventFinishMethods inherited from interface org.apache.dubbo.metrics.listener.MetricsListener
isSupport, onEvent
-
Method Details
-
increment
-
addMethodRt
-
init
-