Wrong command in exposing metrics from caches section

Closes #31413

Signed-off-by: Martin Kanis <mkanis@redhat.com>
This commit is contained in:
Martin Kanis 2024-07-18 15:54:06 +02:00 committed by Alexander Schwartz
parent d970521415
commit fdc35919a0

View file

@ -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"/>.