Uses of Interface
io.prometheus.client.Collector.Describable
-
Packages that use Collector.Describable Package Description io.prometheus.client -
-
Uses of Collector.Describable in io.prometheus.client
Classes in io.prometheus.client that implement Collector.Describable Modifier and Type Class Description class
Counter
Counter metric, to track counts of events or running totals.class
Gauge
Gauge metric, to report instantaneous values.class
Histogram
Histogram metric, to track distributions of events.class
Summary
Summary metric, to track the size of events.
-