Class MetricsKeyWrapper
java.lang.Object
org.apache.dubbo.metrics.model.key.MetricsKeyWrapper
Let
MetricsKey output dynamic, custom string content-
Constructor Summary
ConstructorsConstructorDescriptionMetricsKeyWrapper(MetricsKey metricsKey, MetricsPlaceValue placeType) When the MetricsPlaceType is null, it is equivalent to a single MetricsKey. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetLevel()getType()inthashCode()booleanisKey(MetricsKey metricsKey, String registryOpType) setSampleType(MetricSample.Type sampleType) static MetricsKeyWrapperwrapper(MetricsKey metricsKey)
-
Constructor Details
-
MetricsKeyWrapper
When the MetricsPlaceType is null, it is equivalent to a single MetricsKey. Use the decorator mode to share a container with MetricsKey
-
-
Method Details