Uses of Interface
io.prometheus.client.Collector.Describable
-
-
Uses of Collector.Describable in io.prometheus.client
Classes in io.prometheus.client that implement Collector.Describable Modifier and Type Class Description classCounterCounter metric, to track counts of events or running totals.classGaugeGauge metric, to report instantaneous values.classHistogramHistogram metric, to track distributions of events.classSummarySummary metric, to track the size of events.
-