From 4f11f14aa623c9823886203307302ffacee99dc2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:59:35 -0800 Subject: [PATCH] Update threshold-alert.asciidoc (#4349) (#4485) Hey, team, I'm sending this pull request because a customer asked about the bars from the preview chart. It was only showing 3 bars instead of 4, as the customer was expecting to see. However, this is hardcoded and will only show the top 3. (cherry picked from commit 992facd0b60027517b97aa16847047f2e574f216) Co-authored-by: Artur Moura <159023588+arturmouraa@users.noreply.github.com> --- docs/en/observability/threshold-alert.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/observability/threshold-alert.asciidoc b/docs/en/observability/threshold-alert.asciidoc index 202e7a6341..11beeae8b2 100644 --- a/docs/en/observability/threshold-alert.asciidoc +++ b/docs/en/observability/threshold-alert.asciidoc @@ -91,6 +91,8 @@ The shaded area shows the threshold you've set. [role="screenshot"] image::images/custom-threshold-preview-chart.png[Custom threshold preview chart,75%] +If you use the **Group alerts by** option, the maximum bar size will be 3. It will only show the top 3 fields. + [discrete] [[custom-threshold-group-by]] == Group alerts by (optional)