Uses of Interface
io.prometheus.metrics.model.registry.Collector
Package
Description
-
Uses of Collector in io.prometheus.metrics.core.metrics
Modifier 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
Modifier 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