Class AggregatedReplicationStats
java.lang.Object
org.apache.pulsar.broker.stats.prometheus.AggregatedReplicationStats
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe count of replication-subscriber up and running to replicate to remote cluster.doubleTotal rate of messages expired (msg/s).doubleTotal rate of messages received from the remote cluster (msg/s).doubleTotal rate of messages delivered to the replication-subscriber.doubleTotal throughput received from the remote cluster.doubleTotal throughput delivered to the replication-subscriber.longNumber of messages pending to be replicated to remote cluster.longTime in seconds from the time a message was produced to the time when it is about to be replicated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
msgRateIn
public double msgRateInTotal rate of messages received from the remote cluster (msg/s). -
msgThroughputIn
public double msgThroughputInTotal throughput received from the remote cluster. bytes/s -
msgRateOut
public double msgRateOutTotal rate of messages delivered to the replication-subscriber. msg/s -
msgThroughputOut
public double msgThroughputOutTotal throughput delivered to the replication-subscriber. bytes/s -
msgRateExpired
public double msgRateExpiredTotal rate of messages expired (msg/s). -
replicationBacklog
public long replicationBacklogNumber of messages pending to be replicated to remote cluster. -
connectedCount
public long connectedCountThe count of replication-subscriber up and running to replicate to remote cluster. -
replicationDelayInSeconds
public long replicationDelayInSecondsTime in seconds from the time a message was produced to the time when it is about to be replicated.
-
-
Constructor Details
-
AggregatedReplicationStats
public AggregatedReplicationStats()
-