Package org.jitsi.metrics
Class InfoMetric
-
- All Implemented Interfaces:
public final class InfoMetric extends Metric<String>
InfoMetricwraps around a single key-value information pair. Useful for general information such as build versions, JVB region, etc. In the Prometheus exposition format, these are shown as labels of either a custom metric (OpenMetrics) or a Gauge (0.0.4 plain text).
-
-
Constructor Summary
Constructors Constructor Description InfoMetric(String name, String help, String namespace, String value)
-