Uses of Class
io.prometheus.client.Collector
Packages that use Collector
Package
Description
-
Uses of Collector in io.prometheus.client
Subclasses of Collector in io.prometheus.clientModifier and TypeClassDescriptionclassCounter metric, to track counts of events or running totals.classEnumeration metric, to track which of a set of states something is in.classGauge metric, to report instantaneous values.classHistogram metric, to track distributions of events.classInfo metric, key-value pairs.classSimpleCollector<Child>classFields in io.prometheus.client with type parameters of type CollectorModifier and TypeFieldDescriptionCollectorRegistry.MetricFamilySamplesEnumeration.collectorIterCollectorRegistry.collectorsToNamesCollectorRegistry.namesToCollectorsMethods in io.prometheus.client with type parameters of type CollectorModifier and TypeMethodDescription<T extends Collector>
TCollector.register()Register the Collector with the default registry.<T extends Collector>
TCollector.register(CollectorRegistry registry) Register the Collector with the given registry.<T extends Collector>
TReplace the Child with the given labels.Methods in io.prometheus.client that return types with arguments of type CollectorModifier and TypeMethodDescriptionCollectorRegistry.collectors()A snapshot of the current collectors.CollectorRegistry.MetricFamilySamplesEnumeration.filteredCollectorIterator()Methods in io.prometheus.client with parameters of type CollectorModifier and TypeMethodDescriptionprivate voidCollectorRegistry.assertNoDuplicateNames(Collector m, List<String> names) CollectorRegistry.collectorNames(Collector m) voidRegister a Collector.voidCollectorRegistry.unregister(Collector m) Unregister a Collector. -
Uses of Collector in io.prometheus.client.cache.caffeine
Subclasses of Collector in io.prometheus.client.cache.caffeineModifier and TypeClassDescriptionclassCollect metrics from Caffeine's com.github.benmanes.caffeine.cache.Cache. -
Uses of Collector in io.prometheus.client.exporter
Methods in io.prometheus.client.exporter with parameters of type CollectorModifier and TypeMethodDescriptionvoidPushes all metrics in a Collector, replacing all those with the same job and no grouping key.voidPushes all metrics in a Collector, replacing all those with the same job and grouping key.voidPushes all metrics in a Collector, replacing only previously pushed metrics of the same name and job and no grouping key.voidPushes all metrics in a Collector, replacing only previously pushed metrics of the same name, job and grouping key. -
Uses of Collector in io.prometheus.client.guava.cache
Subclasses of Collector in io.prometheus.client.guava.cacheModifier and TypeClassDescriptionclassCollect metrics from Guava's com.google.common.cache.Cache. -
Uses of Collector in io.prometheus.client.hotspot
Subclasses of Collector in io.prometheus.client.hotspotModifier and TypeClassDescriptionclassExports metrics about JVM buffers.classExports metrics about JVM classloading.classExports metrics about JVM garbage collectors.classclassExports metrics about JVM memory areas.classExports the standard exports common across all prometheus clients.classExports metrics about JVM thread areas.classExports JVM version info. -
Uses of Collector in io.prometheus.client.jetty
Subclasses of Collector in io.prometheus.client.jettyModifier and TypeClassDescriptionclassCollect metrics from jetty's org.eclipse.jetty.server.handler.StatisticsHandler.classMethods in io.prometheus.client.jetty with type parameters of type CollectorModifier and TypeMethodDescription<T extends Collector>
TQueuedThreadPoolStatisticsCollector.register(CollectorRegistry registry)