From f52f810f52acea2347048931252cf1e960911317 Mon Sep 17 00:00:00 2001 From: HuangZeGui Date: Sat, 24 Sep 2022 23:14:40 +0800 Subject: [PATCH] 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 46413ad824f4d..67adb4bdc9dfa 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