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 09:48:01 UTC

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

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



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

Review comment:
       ```suggestion
   exposeBundlesMetricsInPrometheus=false
   ```

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

Review comment:
       We don't have a release that contains https://github.com/apache/pulsar/pull/12366, so you can fix the typo directly.




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