You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2023/02/08 06:35:32 UTC

[pulsar] branch branch-2.11 updated: fix comments for exposeManagedLedgerMetricsInPrometheus field (#17792)

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

technoboy pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new 23ade06288c fix comments for exposeManagedLedgerMetricsInPrometheus field (#17792)
23ade06288c is described below

commit 23ade06288c2c14b59157503114546ce6941679d
Author: HuangZeGui <hz...@126.com>
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 35a821016ad..5a0150e34ea 100644
--- a/conf/broker.conf
+++ b/conf/broker.conf
@@ -1378,7 +1378,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