gaoran10 commented on code in PR #19049:
URL: https://github.com/apache/pulsar/pull/19049#discussion_r1057745612
##########
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:
Maybe we can use `msgBacklogSize` to match with the `msgBacklog`, and add it
below with `msgBacklog`.
--
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]