Interface ApplicationMetricsCollector<E extends TimeCounterEvent>
- All Superinterfaces:
MetricsCollector<E>,MetricsLifeListener<E>,MetricsListener<E>
- All Known Implementing Classes:
CombMetricsCollector
public interface ApplicationMetricsCollector<E extends TimeCounterEvent>
extends MetricsCollector<E>
Application-level collector.
registration center, configuration center and other scenarios
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddApplicationRt(String registryOpType, Long responseTime) voidincrement(MetricsKey metricsKey) 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
-
addApplicationRt
-