Uses of Class
io.prometheus.client.SimpleCollector
-
Packages that use SimpleCollector Package Description io.prometheus.client -
-
Uses of SimpleCollector in io.prometheus.client
Classes in io.prometheus.client with type parameters of type SimpleCollector Modifier and Type Class Description static class
SimpleCollector.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 class
Counter
Counter metric, to track counts of events or running totals.class
Enumeration
Enumeration metric, to track which of a set of states something is in.class
Gauge
Gauge metric, to report instantaneous values.class
Histogram
Histogram metric, to track distributions of events.class
Info
Info metric, key-value pairs.class
Summary
-