Class NamespaceStatsAggregator


  • public class NamespaceStatsAggregator
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void generate​(PulsarService pulsar, boolean includeTopicMetrics, boolean includeConsumerMetrics, boolean includeProducerMetrics, boolean splitTopicAndPartitionIndexLabel, PrometheusMetricStreams stream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NamespaceStatsAggregator

        public NamespaceStatsAggregator()
    • Method Detail

      • generate

        public static void generate​(PulsarService pulsar,
                                    boolean includeTopicMetrics,
                                    boolean includeConsumerMetrics,
                                    boolean includeProducerMetrics,
                                    boolean splitTopicAndPartitionIndexLabel,
                                    PrometheusMetricStreams stream)