Uses of Class
org.apache.dubbo.metrics.collector.CombMetricsCollector
Packages that use CombMetricsCollector
-
Uses of CombMetricsCollector in org.apache.dubbo.metrics.listener
Methods in org.apache.dubbo.metrics.listener with parameters of type CombMetricsCollectorModifier and TypeMethodDescriptionstatic AbstractMetricsKeyListenerMetricsApplicationListener.onErrorEventBuild(MetricsKey metricsKey, MetricsPlaceValue placeType, CombMetricsCollector<?> collector) Similar to onFinishEventBuildstatic AbstractMetricsKeyListenerMetricsApplicationListener.onFinishEventBuild(MetricsKey metricsKey, MetricsPlaceValue placeType, CombMetricsCollector<?> collector) To end the monitoring normally, in addition to increasing the number of corresponding indicators, use the introspection method to calculate the relevant rt indicatorsstatic AbstractMetricsKeyListenerMetricsApplicationListener.onPostEventBuild(MetricsKey metricsKey, CombMetricsCollector<?> collector) Perform auto-increment on the monitored key, Can use a custom listener instead of this generic operation -
Uses of CombMetricsCollector in org.apache.dubbo.metrics.model.key
Methods in org.apache.dubbo.metrics.model.key that return types with arguments of type CombMetricsCollectorConstructor parameters in org.apache.dubbo.metrics.model.key with type arguments of type CombMetricsCollectorModifierConstructorDescriptionMetricsCat(MetricsKey metricsKey, BiFunction<MetricsKey, CombMetricsCollector, AbstractMetricsKeyListener> biFunc) MetricsCat(MetricsKey metricsKey, MetricsCat.TpFunction<MetricsKey, MetricsPlaceValue, CombMetricsCollector, AbstractMetricsKeyListener> tpFunc)