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 2019/12/09 08:04:28 UTC

[GitHub] [pulsar] PierreZ commented on a change in pull request #5802: Provide raw counters metrics (#5735)

PierreZ commented on a change in pull request #5802: Provide raw counters metrics (#5735)
URL: https://github.com/apache/pulsar/pull/5802#discussion_r355305261
 
 

 ##########
 File path: pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
 ##########
 @@ -1297,6 +1297,11 @@
         doc = "If true, export consumer level metrics otherwise namespace level"
     )
     private boolean exposeConsumerLevelMetricsInPrometheus = false;
+    @FieldContext(
+            category = CATEGORY_METRICS,
+            doc = "If true, export raw counter topic level metrics"
+    )
+    private boolean exposeCounterTopicMetricsInPrometheus = false;
 
 Review comment:
   Right, doing the modifications

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services