Uses of Class
io.prometheus.client.CollectorRegistry
-
-
Uses of CollectorRegistry in io.prometheus.client
Fields in io.prometheus.client declared as CollectorRegistry Modifier and Type Field Description static CollectorRegistryCollectorRegistry. defaultRegistryThe default registry.Methods in io.prometheus.client with parameters of type CollectorRegistry Modifier and Type Method Description <T extends Collector>
TCollector. register(CollectorRegistry registry)Register the Collector with the given registry.CSimpleCollector.Builder. register(CollectorRegistry registry)Create and register the Collector with the given registry.
-