Package org.jitsi.metrics
Class HistogramMetric
-
- All Implemented Interfaces:
public final class HistogramMetric extends Metric<String>
-
-
Constructor Summary
Constructors Constructor Description HistogramMetric(String name, String help, String namespace, Double buckets)
-
Method Summary
Modifier and Type Method Description final HistogramgetHistogram()StringgetName()The name of this metric. Stringget()Supplies the current value of this metric.
-