tjiuming commented on a change in pull request #14453: URL: https://github.com/apache/pulsar/pull/14453#discussion_r832331106
########## File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java ########## @@ -2276,6 +2276,11 @@ doc = "If true, export topic level metrics otherwise namespace level" ) private boolean exposeTopicLevelMetricsInPrometheus = true; + @FieldContext( + category = CATEGORY_METRICS, + doc = "If true, export buffered broker metrics" + ) + private boolean exposeBufferedBrokerMetrics = false; Review comment: Thanks for your review. Resolved -- 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-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org