From fdc35919a0ed11ca4fd31fffaf7be715345b5674 Mon Sep 17 00:00:00 2001 From: Martin Kanis Date: Thu, 18 Jul 2024 15:54:06 +0200 Subject: [PATCH] Wrong command in exposing metrics from caches section Closes #31413 Signed-off-by: Martin Kanis --- docs/guides/server/caching.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/server/caching.adoc b/docs/guides/server/caching.adoc index 297fb032c4..0790847637 100644 --- a/docs/guides/server/caching.adoc +++ b/docs/guides/server/caching.adoc @@ -307,7 +307,7 @@ Metrics from caches are automatically exposed when the metrics are enabled. To enable histograms for the cache metrics, set `cache-metrics-histograms-enabled` to `true`. While these metrics provide more insights into the latency distribution, collecting them might have a performance impact, so you should be cautious to activate them in an already saturated system. -<@kc.start parameters="--metrics-enabled true --cache-metrics-histograms-enabled true"/> +<@kc.start parameters="--metrics-enabled=true --cache-metrics-histograms-enabled=true"/> For more details about how to enable metrics, see <@links.server id="configuration-metrics"/>.