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 2021/12/23 03:48:07 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #13460: [configuration]exposeBunlesMetricsInPrometheus

Anonymitaet commented on a change in pull request #13460:
URL: https://github.com/apache/pulsar/pull/13460#discussion_r774299583



##########
File path: conf/broker.conf
##########
@@ -1232,6 +1232,9 @@ exposeManagedCursorMetricsInPrometheus=false
 # Set it to 0 to disable timeout.
 metricsServletTimeoutMs=30000
 
+#Enable or disable the broker bundles metrics. default is false
+exposeBunlesMetricsInPrometheus

Review comment:
       ```suggestion
   exposeBunlesMetricsInPrometheus=false
   ```
   this shows the default value, right?

##########
File path: conf/broker.conf
##########
@@ -1232,6 +1232,9 @@ exposeManagedCursorMetricsInPrometheus=false
 # Set it to 0 to disable timeout.
 metricsServletTimeoutMs=30000
 
+#Enable or disable the broker bundles metrics. default is false

Review comment:
       ```suggestion
   # Enable or disable broker bundles metrics. The default value is false.
   ```




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