Docs: Fix incorrect label groupings (#101491)

fix incorrect label groupings in alerting documents

Co-authored-by: Matheus Macabu <macabu.matheus@gmail.com>
pull/101950/head
Ren Goto (@ren510dev) 10 months ago committed by GitHub
parent 848d49e70f
commit 13cd9c3c60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/alerting/fundamentals/notifications/group-alert-notifications.md

@ -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

Loading…
Cancel
Save