Uses of Class
io.prometheus.client.SimpleCollector
-
-
Uses of SimpleCollector in io.prometheus.client
Classes in io.prometheus.client with type parameters of type SimpleCollector Modifier and Type Class Description static classSimpleCollector.Builder<B extends SimpleCollector.Builder<B,C>,C extends SimpleCollector>Builders let you configure and then create collectors.Subclasses of SimpleCollector in io.prometheus.client 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.
-