Class AggregatedNamespaceStats

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

public class AggregatedNamespaceStats 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
    • messageAckRate

      public long messageAckRate
    • bytesInCounter

      public long bytesInCounter
    • msgInCounter

      public long msgInCounter
    • bytesOutCounter

      public long bytesOutCounter
    • msgOutCounter

      public long msgOutCounter
    • managedLedgerStats

      public ManagedLedgerStats managedLedgerStats
    • msgBacklog

      public long msgBacklog
    • msgDelayed

      public long msgDelayed
    • ongoingTxnCount

      public long ongoingTxnCount
    • abortedTxnCount

      public long abortedTxnCount
    • committedTxnCount

      public long committedTxnCount
    • replicationStats

      public Map<String,AggregatedReplicationStats> replicationStats
    • subscriptionStats

      public Map<String,AggregatedSubscriptionStats> subscriptionStats
  • Constructor Details

    • AggregatedNamespaceStats

      public AggregatedNamespaceStats()
  • Method Details

    • reset

      public void reset()