Package org.jitsi.metrics
Class HistogramMetric
-
- All Implemented Interfaces:
public final class HistogramMetric extends Metric<JSONObject>
-
-
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. final StringgetNamespace()the namespace (prefix) of this metric JSONObjectget()Supplies the current value of this metric. -
-
Method Detail
-
getHistogram
final Histogram getHistogram()
-
getNamespace
final String getNamespace()
the namespace (prefix) of this metric
-
get
JSONObject get()
Supplies the current value of this metric.
-
-
-
-