Uses of Interface
org.apache.pulsar.broker.stats.prometheus.PrometheusRawMetricsProvider
-
Packages that use PrometheusRawMetricsProvider Package Description org.apache.pulsar.broker.stats.prometheus Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PrometheusRawMetricsProvider in org.apache.pulsar.broker.stats.prometheus
Fields in org.apache.pulsar.broker.stats.prometheus with type parameters of type PrometheusRawMetricsProvider Modifier and Type Field Description protected java.util.List<PrometheusRawMetricsProvider>PrometheusMetricsServlet. metricsProvidersMethods in org.apache.pulsar.broker.stats.prometheus with parameters of type PrometheusRawMetricsProvider Modifier and Type Method Description voidPrometheusMetricsServlet. addRawMetricsProvider(PrometheusRawMetricsProvider metricsProvider)Method parameters in org.apache.pulsar.broker.stats.prometheus with type arguments of type PrometheusRawMetricsProvider Modifier and Type Method Description static voidPrometheusMetricsGeneratorUtils. generate(java.lang.String cluster, java.io.OutputStream out, java.util.List<PrometheusRawMetricsProvider> metricsProviders)
-