This is an automated email from the ASF dual-hosted git repository.

jianghaiting pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 550c0e74a0d fix comments for exposeManagedLedgerMetricsInPrometheus 
field (#17792)
550c0e74a0d is described below

commit 550c0e74a0daf6f15f61dc2e6feda845895c932e
Author: HuangZeGui <[email protected]>
AuthorDate: Sat Sep 24 23:14:40 2022 +0800

    fix comments for exposeManagedLedgerMetricsInPrometheus field (#17792)
---
 conf/broker.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/broker.conf b/conf/broker.conf
index f9e0bb06750..30e79ebc9f0 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -1395,7 +1395,7 @@ metricsBufferResponse=false
 # Enable producer level metrics. default is false
 exposeProducerLevelMetricsInPrometheus=false
 
-# Enable managed ledger metrics (aggregated by namespace). default is false
+# Enable managed ledger metrics (aggregated by namespace). default is true
 exposeManagedLedgerMetricsInPrometheus=true
 
 # Enable cursor level metrics. default is false

Reply via email to