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
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