RobertIndie commented on a change in pull request #9244:
URL: https://github.com/apache/pulsar/pull/9244#discussion_r561667288



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/BrokerService.java
##########
@@ -313,6 +317,17 @@ public BrokerService(PulsarService pulsar) throws 
Exception {
         this.backlogQuotaManager = new BacklogQuotaManager(pulsar);
         this.backlogQuotaChecker = Executors
                 .newSingleThreadScheduledExecutor(new 
DefaultThreadFactory("pulsar-backlog-quota-checker"));
+        this.pulsar.addPrometheusRawMetricsProvider(stream -> {

Review comment:
       Thanks.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to