You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/27 16:27:57 UTC

[GitHub] [pulsar] Shawyeok commented on a diff in pull request #19049: [fix][broker] Fix configuration exposeSubscriptionBacklogSizeInPrometheus not working

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org