Uses of Interface
io.prometheus.metrics.model.registry.Collector
Packages that use Collector
Package
Description
-
Uses of Collector in io.prometheus.metrics.core.metrics
Classes in io.prometheus.metrics.core.metrics that implement CollectorModifier and TypeClassDescriptionclass
Counter metric.class
Example:class
Gauge metric.class
Example:class
Histogram metric.class
Info metric.class
Common base class for all metrics.class
Almost all metrics have fixed metadata, i.e. the metric name is known when the metric is created.class
StatefulMetric<D extends DataPoint,
T extends D> There are two kinds of metrics: AStatefulMetric
actively maintains its current values, e.g. a stateful counter actively stores its current count.class
StateSet metric.class
Summary metric.class
Example: -
Uses of Collector in io.prometheus.metrics.exporter.pushgateway
Methods in io.prometheus.metrics.exporter.pushgateway with parameters of type CollectorModifier and TypeMethodDescriptionvoid
Push a single metric.void
LikePushGateway.push(Collector)
, but only the specified metric will be replaced. -
Uses of Collector in io.prometheus.metrics.model.registry
Methods in io.prometheus.metrics.model.registry with parameters of type Collector