Uses of Class
io.prometheus.client.SimpleCollector
Packages that use SimpleCollector
-
Uses of SimpleCollector in io.prometheus.client
Classes in io.prometheus.client with type parameters of type SimpleCollectorModifier and TypeClassDescriptionstatic 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.clientModifier and TypeClassDescriptionclassCounter metric, to track counts of events or running totals.classEnumeration metric, to track which of a set of states something is in.classGauge metric, to report instantaneous values.classHistogram metric, to track distributions of events.classInfo metric, key-value pairs.class