Uses of Class
io.prometheus.metrics.model.registry.PrometheusRegistry
Packages that use PrometheusRegistry
Package
Description
-
Uses of PrometheusRegistry in io.prometheus.metrics.core.metrics
Methods in io.prometheus.metrics.core.metrics with parameters of type PrometheusRegistry -
Uses of PrometheusRegistry in io.prometheus.metrics.exporter.common
Fields in io.prometheus.metrics.exporter.common declared as PrometheusRegistryModifier and TypeFieldDescriptionprivate final PrometheusRegistryPrometheusScrapeHandler.registryConstructors in io.prometheus.metrics.exporter.common with parameters of type PrometheusRegistryModifierConstructorDescriptionPrometheusScrapeHandler(PrometheusProperties config, PrometheusRegistry registry) PrometheusScrapeHandler(PrometheusRegistry registry) -
Uses of PrometheusRegistry in io.prometheus.metrics.exporter.httpserver
Fields in io.prometheus.metrics.exporter.httpserver declared as PrometheusRegistryMethods in io.prometheus.metrics.exporter.httpserver with parameters of type PrometheusRegistryModifier and TypeMethodDescriptionHTTPServer.Builder.registry(PrometheusRegistry registry) Optional: Default isdefaultRegistry.Constructors in io.prometheus.metrics.exporter.httpserver with parameters of type PrometheusRegistryModifierConstructorDescriptionprivateHTTPServer(PrometheusProperties config, ExecutorService executorService, HttpServer httpServer, PrometheusRegistry registry, Authenticator authenticator, String authenticatedSubjectAttributeName, HttpHandler defaultHandler, String metricsHandlerPath, Boolean registerHealthHandler) MetricsHandler(PrometheusProperties config, PrometheusRegistry registry) MetricsHandler(PrometheusRegistry registry) -
Uses of PrometheusRegistry in io.prometheus.metrics.exporter.pushgateway
Fields in io.prometheus.metrics.exporter.pushgateway declared as PrometheusRegistryModifier and TypeFieldDescriptionprivate PrometheusRegistryPushGateway.Builder.registryprivate final PrometheusRegistryPushGateway.registryMethods in io.prometheus.metrics.exporter.pushgateway with parameters of type PrometheusRegistryModifier and TypeMethodDescriptionprivate voidPushGateway.doRequest(PrometheusRegistry registry, String method) PushGateway.Builder.registry(PrometheusRegistry registry) Push metrics from this registry instead ofdefaultRegistry.Constructors in io.prometheus.metrics.exporter.pushgateway with parameters of type PrometheusRegistryModifierConstructorDescriptionprivatePushGateway(PrometheusRegistry registry, Format format, URL url, HttpConnectionFactory connectionFactory, Map<String, String> requestHeaders, boolean prometheusTimestampsInMs, EscapingScheme escapingScheme, Duration connectionTimeout, Duration readTimeout) -
Uses of PrometheusRegistry in io.prometheus.metrics.exporter.servlet.jakarta
Constructors in io.prometheus.metrics.exporter.servlet.jakarta with parameters of type PrometheusRegistryModifierConstructorDescriptionPrometheusMetricsServlet(PrometheusProperties config, PrometheusRegistry registry) PrometheusMetricsServlet(PrometheusRegistry registry) -
Uses of PrometheusRegistry in io.prometheus.metrics.instrumentation.jvm
Fields in io.prometheus.metrics.instrumentation.jvm with type parameters of type PrometheusRegistryModifier and TypeFieldDescriptionprivate static final Set<PrometheusRegistry>JvmMetrics.REGISTEREDMethods in io.prometheus.metrics.instrumentation.jvm with parameters of type PrometheusRegistryModifier and TypeMethodDescriptionvoidJvmBufferPoolMetrics.Builder.register(PrometheusRegistry registry) private voidJvmBufferPoolMetrics.register(PrometheusRegistry registry) voidJvmClassLoadingMetrics.Builder.register(PrometheusRegistry registry) private voidJvmClassLoadingMetrics.register(PrometheusRegistry registry) voidJvmCompilationMetrics.Builder.register(PrometheusRegistry registry) private voidJvmCompilationMetrics.register(PrometheusRegistry registry) voidJvmGarbageCollectorMetrics.Builder.register(PrometheusRegistry registry) private voidJvmGarbageCollectorMetrics.register(PrometheusRegistry registry) voidJvmMemoryMetrics.Builder.register(PrometheusRegistry registry) private voidJvmMemoryMetrics.register(PrometheusRegistry registry) voidJvmMemoryPoolAllocationMetrics.Builder.register(PrometheusRegistry registry) private voidJvmMemoryPoolAllocationMetrics.register(PrometheusRegistry registry) voidJvmMetrics.Builder.register(PrometheusRegistry registry) Register all JVM metrics with theregistry.voidJvmNativeMemoryMetrics.Builder.register(PrometheusRegistry registry) private voidJvmNativeMemoryMetrics.register(PrometheusRegistry registry) voidJvmRuntimeInfoMetric.Builder.register(PrometheusRegistry registry) private voidJvmRuntimeInfoMetric.register(PrometheusRegistry registry) voidJvmThreadsMetrics.Builder.register(PrometheusRegistry registry) private voidJvmThreadsMetrics.register(PrometheusRegistry registry) voidProcessMetrics.Builder.register(PrometheusRegistry registry) private voidProcessMetrics.register(PrometheusRegistry registry) -
Uses of PrometheusRegistry in io.prometheus.metrics.model.registry
Fields in io.prometheus.metrics.model.registry declared as PrometheusRegistryModifier and TypeFieldDescriptionstatic final PrometheusRegistryPrometheusRegistry.defaultRegistry