Class AggregatedNamespaceStats
- java.lang.Object
-
- org.apache.pulsar.broker.stats.prometheus.AggregatedNamespaceStats
-
public class AggregatedNamespaceStats extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description longbytesInCounterlongbytesOutCounterintconsumersCountManagedLedgerStatsmanagedLedgerStatslongmessageAckRatelongmsgBackloglongmsgDelayedlongmsgInCounterlongmsgOutCounterintproducersCountdoublerateIndoublerateOutjava.util.Map<java.lang.String,AggregatedReplicationStats>replicationStatsintsubscriptionsCountjava.util.Map<java.lang.String,AggregatedSubscriptionStats>subscriptionStatsdoublethroughputIndoublethroughputOutinttopicsCount
-
Constructor Summary
Constructors Constructor Description AggregatedNamespaceStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreset()
-
-
-
Field Detail
-
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
-
replicationStats
public java.util.Map<java.lang.String,AggregatedReplicationStats> replicationStats
-
subscriptionStats
public java.util.Map<java.lang.String,AggregatedSubscriptionStats> subscriptionStats
-
-