Class AggregatedBrokerStats

java.lang.Object
org.apache.pulsar.broker.stats.prometheus.AggregatedBrokerStats

public class AggregatedBrokerStats extends Object
  • Field Details

    • topicsCount

      public int topicsCount
    • subscriptionsCount

      public int subscriptionsCount
    • producersCount

      public int producersCount
    • consumersCount

      public int consumersCount
    • rateIn

      public double rateIn
    • rateOut

      public double rateOut
    • throughputIn

      public double throughputIn
    • throughputOut

      public double throughputOut
    • storageSize

      public long storageSize
    • storageLogicalSize

      public long storageLogicalSize
    • storageWriteRate

      public double storageWriteRate
    • storageReadRate

      public double storageReadRate
    • storageReadCacheMissesRate

      public double storageReadCacheMissesRate
    • msgBacklog

      public long msgBacklog
    • sizeBasedBacklogQuotaExceededEvictionCount

      public long sizeBasedBacklogQuotaExceededEvictionCount
    • timeBasedBacklogQuotaExceededEvictionCount

      public long timeBasedBacklogQuotaExceededEvictionCount
    • bytesInCounter

      public long bytesInCounter
    • bytesOutCounter

      public long bytesOutCounter
    • systemTopicBytesInCounter

      public long systemTopicBytesInCounter
    • bytesOutInternalCounter

      public long bytesOutInternalCounter
  • Constructor Details

    • AggregatedBrokerStats

      public AggregatedBrokerStats()
  • Method Details

    • reset

      public void reset()