This is an automated email from the ASF dual-hosted git repository.
bogong pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/branch-2.9 by this push:
new b99f050570e fix comments for exposeManagedLedgerMetricsInPrometheus
field (#17792)
b99f050570e is described below
commit b99f050570ee51a6ec4da7d0d0eabb0ab0c40213
Author: HuangZeGui <[email protected]>
AuthorDate: Sat Sep 24 23:14:40 2022 +0800
fix comments for exposeManagedLedgerMetricsInPrometheus field (#17792)
(cherry picked from commit 550c0e74a0daf6f15f61dc2e6feda845895c932e)
---
conf/broker.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/broker.conf b/conf/broker.conf
index 46413ad824f..67adb4bdc9d 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -1220,7 +1220,7 @@ exposeConsumerLevelMetricsInPrometheus=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