Uses of Interface
io.prometheus.metrics.model.registry.Collector
Packages that use Collector
Package
Description
- 
Uses of Collector in io.prometheus.metrics.core.metricsClasses in io.prometheus.metrics.core.metrics that implement CollectorModifier and TypeClassDescriptionclassCounter metric.classExample:classGauge metric.classExample:classHistogram metric.classInfo metric.classCommon base class for all metrics.classAlmost all metrics have fixed metadata, i.e. the metric name is known when the metric is created.classStatefulMetric<D extends DataPoint, T extends D>There are two kinds of metrics: AStatefulMetricactively maintains its current values, e.g. a stateful counter actively stores its current count.classStateSet metric.classSummary metric.classExample:
- 
Uses of Collector in io.prometheus.metrics.exporter.pushgatewayMethods in io.prometheus.metrics.exporter.pushgateway with parameters of type CollectorModifier and TypeMethodDescriptionvoidPush a single metric.voidLikePushGateway.push(Collector), but only the specified metric will be replaced.
- 
Uses of Collector in io.prometheus.metrics.model.registryMethods in io.prometheus.metrics.model.registry with parameters of type Collector