Uses of Interface
io.prometheus.metrics.model.registry.MultiCollector
Package
Description
-
Uses of MultiCollector in io.prometheus.metrics.exporter.pushgateway
Modifier and TypeMethodDescriptionvoid
PushGateway.push
(MultiCollector collector) Push a single collector.void
PushGateway.pushAdd
(MultiCollector collector) LikePushGateway.push(MultiCollector)
, but only the metrics from the collector will be replaced. -
Uses of MultiCollector in io.prometheus.metrics.instrumentation.caffeine
Modifier and TypeClassDescriptionclass
Collect metrics from Caffeine's com.github.benmanes.caffeine.cache.Cache. -
Uses of MultiCollector in io.prometheus.metrics.instrumentation.dropwizard5
Modifier and TypeClassDescriptionclass
Collect Dropwizard metrics from a MetricRegistry. -
Uses of MultiCollector in io.prometheus.metrics.instrumentation.guava
Modifier and TypeClassDescriptionclass
Collect metrics from Guava's com.google.common.cache.Cache. -
Uses of MultiCollector in io.prometheus.metrics.model.registry
Modifier and TypeMethodDescriptionvoid
PrometheusRegistry.register
(MultiCollector collector) void
PrometheusRegistry.unregister
(MultiCollector collector) -
Uses of MultiCollector in io.prometheus.metrics.simpleclient.bridge
Modifier and TypeClassDescriptionclass
Bridge fromsimpleclient
(version 0.16.0 and older) to the newprometheus-metrics
(version 1.0.0 and newer).