Docs: Fix incorrect label groupings (#101491)

fix incorrect label groupings in alerting documents

Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com>
This commit is contained in:
Ren Goto (@ren510dev)
2025-03-12 07:33:15 +00:00
committed by GitHub
co-authored by Matheus Macabu
parent 848d49e70f
commit 13cd9c3c60
@@ -55,7 +55,7 @@ Alert instances are grouped together if they have the same exact label values fo
For example, given the `Group by` option set to the `team` label:
- `alertname:foo, team=frontend`, and `alertname:bar, team=frontend` are in one group.
- `alertname:foo, team=backend`, and `alertname:qux, team=backend` are in another group.
- `alertname:foo, team=frontend`, and `alertname:qux, team=backend` are in another group.
### Group by alert rule or labels