Uses of Class
org.apache.dubbo.metrics.model.key.MetricsPlaceValue
Packages that use MetricsPlaceValue
Package
Description
-
Uses of MetricsPlaceValue in org.apache.dubbo.metrics.data
Methods in org.apache.dubbo.metrics.data with parameters of type MetricsPlaceValue -
Uses of MetricsPlaceValue in org.apache.dubbo.metrics.listener
Methods in org.apache.dubbo.metrics.listener with parameters of type MetricsPlaceValueModifier and TypeMethodDescriptionstatic AbstractMetricsKeyListenerMetricsApplicationListener.onErrorEventBuild(MetricsKey metricsKey, MetricsPlaceValue placeType, CombMetricsCollector<?> collector) Similar to onFinishEventBuildstatic AbstractMetricsKeyListenerMetricsServiceListener.onErrorEventBuild(MetricsKey metricsKey, MetricsPlaceValue placeType, ServiceMetricsCollector<TimeCounterEvent> collector) static 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 AbstractMetricsKeyListenerMetricsServiceListener.onFinishEventBuild(MetricsKey metricsKey, MetricsPlaceValue placeType, ServiceMetricsCollector<TimeCounterEvent> collector) static AbstractMetricsKeyListenerMetricsServiceListener.onPostEventBuild(MetricsKey metricsKey, MetricsPlaceValue placeType, ServiceMetricsCollector<TimeCounterEvent> collector) -
Uses of MetricsPlaceValue in org.apache.dubbo.metrics.model
Methods in org.apache.dubbo.metrics.model with parameters of type MetricsPlaceValueModifier and TypeMethodDescriptionstatic voidMetricsSupport.dec(MetricsKey metricsKey, MetricsPlaceValue placeType, MethodMetricsCollector<TimeCounterEvent> collector, MetricsEvent event) Dec method numstatic voidMetricsSupport.incrAndAddRt(MetricsKey metricsKey, MetricsPlaceValue placeType, MethodMetricsCollector<TimeCounterEvent> collector, TimeCounterEvent event) Incr method numinvalid input: '&'invalid input: '&rt'static voidMetricsSupport.incrAndAddRt(MetricsKey metricsKey, MetricsPlaceValue placeType, ServiceMetricsCollector<TimeCounterEvent> collector, TimeCounterEvent event) Incr service numinvalid input: '&'invalid input: '&rt'static voidMetricsSupport.increment(MetricsKey metricsKey, MetricsPlaceValue placeType, MethodMetricsCollector<TimeCounterEvent> collector, MetricsEvent event) Incr method numstatic voidMetricsSupport.increment(MetricsKey metricsKey, MetricsPlaceValue placeType, ServiceMetricsCollector<TimeCounterEvent> collector, MetricsEvent event) Incr service numstatic voidMetricsSupport.init(MetricsKey metricsKey, MetricsPlaceValue placeType, MethodMetricsCollector<TimeCounterEvent> collector, MetricsEvent event) -
Uses of MetricsPlaceValue in org.apache.dubbo.metrics.model.key
Methods in org.apache.dubbo.metrics.model.key that return MetricsPlaceValueModifier and TypeMethodDescriptionMetricsKeyWrapper.getPlaceType()static MetricsPlaceValueMetricsPlaceValue.of(String type, MetricsLevel metricsLevel) Methods in org.apache.dubbo.metrics.model.key with parameters of type MetricsPlaceValueConstructors in org.apache.dubbo.metrics.model.key with parameters of type MetricsPlaceValueModifierConstructorDescriptionCategoryOverall(MetricsPlaceValue placeType, MetricsCat post, MetricsCat finish, MetricsCat error) MetricsKeyWrapper(MetricsKey metricsKey, MetricsPlaceValue placeType) When the MetricsPlaceType is null, it is equivalent to a single MetricsKey.Constructor parameters in org.apache.dubbo.metrics.model.key with type arguments of type MetricsPlaceValueModifierConstructorDescriptionMetricsCat(MetricsKey metricsKey, MetricsCat.TpFunction<MetricsKey, MetricsPlaceValue, CombMetricsCollector, AbstractMetricsKeyListener> tpFunc)