Uses of Interface
io.prometheus.metrics.model.registry.MultiCollector
Packages that use MultiCollector
Package
Description
-
Uses of MultiCollector in io.prometheus.metrics.exporter.pushgateway
Methods in io.prometheus.metrics.exporter.pushgateway with parameters of type MultiCollectorModifier and TypeMethodDescriptionvoidPushGateway.push(MultiCollector collector) Push a single collector.voidPushGateway.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
Classes in io.prometheus.metrics.instrumentation.caffeine that implement MultiCollectorModifier and TypeClassDescriptionclassCollect metrics from Caffeine's com.github.benmanes.caffeine.cache.Cache. -
Uses of MultiCollector in io.prometheus.metrics.instrumentation.dropwizard
Classes in io.prometheus.metrics.instrumentation.dropwizard that implement MultiCollectorModifier and TypeClassDescriptionclassCollect Dropwizard metrics from a MetricRegistry. -
Uses of MultiCollector in io.prometheus.metrics.instrumentation.dropwizard5
Classes in io.prometheus.metrics.instrumentation.dropwizard5 that implement MultiCollectorModifier and TypeClassDescriptionclassCollect Dropwizard metrics from a MetricRegistry. -
Uses of MultiCollector in io.prometheus.metrics.instrumentation.guava
Classes in io.prometheus.metrics.instrumentation.guava that implement MultiCollectorModifier and TypeClassDescriptionclassCollect metrics from Guava's com.google.common.cache.Cache. -
Uses of MultiCollector in io.prometheus.metrics.model.registry
Methods in io.prometheus.metrics.model.registry with parameters of type MultiCollectorModifier and TypeMethodDescriptionvoidPrometheusRegistry.register(MultiCollector collector) voidPrometheusRegistry.unregister(MultiCollector collector) -
Uses of MultiCollector in io.prometheus.metrics.simpleclient.bridge
Classes in io.prometheus.metrics.simpleclient.bridge that implement MultiCollectorModifier and TypeClassDescriptionclassBridge fromsimpleclient(version 0.16.0 and older) to the newprometheus-metrics(version 1.0.0 and newer).