Class CounterMetricSample<T extends Number>
java.lang.Object
org.apache.dubbo.metrics.model.sample.MetricSample
org.apache.dubbo.metrics.model.sample.CounterMetricSample<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.dubbo.metrics.model.sample.MetricSample
MetricSample.Type -
Constructor Summary
ConstructorsConstructorDescriptionCounterMetricSample(String name, String description, Map<String, String> tags, MetricsCategory category, T value) CounterMetricSample(MetricsKeyWrapper metricsKeyWrapper, Map<String, String> tags, MetricsCategory category, T value) -
Method Summary
Methods inherited from class org.apache.dubbo.metrics.model.sample.MetricSample
equals, getBaseUnit, getCategory, getDescription, getName, getTags, getType, hashCode, setBaseUnit, setCategory, setDescription, setName, setTags, setType, toString
-
Constructor Details
-
CounterMetricSample
-
CounterMetricSample
public CounterMetricSample(MetricsKeyWrapper metricsKeyWrapper, Map<String, String> tags, MetricsCategory category, T value)
-
-
Method Details
-
getValue
-