Shawyeok commented on code in PR #19049:
URL: https://github.com/apache/pulsar/pull/19049#discussion_r1057774845
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/stats/prometheus/AggregatedSubscriptionStats.java:
##########
@@ -28,6 +28,8 @@ public class AggregatedSubscriptionStats {
public long msgBacklogNoDelayed;
+ public long backlogSize;
Review Comment:
Thanks for advice, addressed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]