Package org.apache.dubbo.metrics.sample
Class HistogramMetricSample
java.lang.Object
org.apache.dubbo.metrics.model.sample.MetricSample
org.apache.dubbo.metrics.sample.HistogramMetricSample
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.dubbo.metrics.model.sample.MetricSample
MetricSample.Type -
Constructor Summary
ConstructorsConstructorDescriptionHistogramMetricSample(String name, String description, Map<String, String> tags, MetricsCategory category) HistogramMetricSample(String name, String description, Map<String, String> tags, MetricSample.Type type, MetricsCategory category, String baseUnit) -
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
-
HistogramMetricSample
-
HistogramMetricSample
public HistogramMetricSample(String name, String description, Map<String, String> tags, MetricSample.Type type, MetricsCategory category, String baseUnit)
-