Uses of Interface
org.apache.pulsar.broker.stats.prometheus.PrometheusRawMetricsProvider
-
Packages that use PrometheusRawMetricsProvider Package Description org.apache.pulsar.broker Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.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
Methods in org.apache.pulsar.broker with parameters of type PrometheusRawMetricsProvider Modifier and Type Method Description voidPulsarService. addPrometheusRawMetricsProvider(PrometheusRawMetricsProvider metricsProvider) -
Uses of PrometheusRawMetricsProvider in org.apache.pulsar.broker.stats.prometheus
Methods 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 voidPrometheusMetricsGenerator. generate(PulsarService pulsar, boolean includeTopicMetrics, boolean includeConsumerMetrics, boolean includeProducerMetrics, boolean splitTopicAndPartitionIndexLabel, java.io.OutputStream out, java.util.List<PrometheusRawMetricsProvider> metricsProviders)
-