Package org.jitsi.metrics
Class Metric
-
- All Implemented Interfaces:
public class Metric<T extends Object>Metricprovides methods common to all Prometheus metric type wrappers.A wrapper that extends
Metric<T>produces and consumes values of typeT. Metrics are held in a MetricsContainer.