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 Details

    • increment

      void increment(MetricsKey metricsKey)
    • addApplicationRt

      void addApplicationRt(String registryOpType, Long responseTime)