mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-07 14:29:44 +00:00
32bb289906
To aggregate by all possible labels use '...' as the sole label name. This effectively disables aggregation entirely, passing through all alerts as-is. This is unlikely to be what you want, unless you have a very low alert volume or your upstream notification system performs its own grouping. Example: group_by: [...] Signed-off-by: Kyryl Sablin <kyryl.sablin@schibsted.com>
11 lines
135 B
YAML
11 lines
135 B
YAML
route:
|
|
group_by: [...]
|
|
group_wait: 30s
|
|
group_interval: 5m
|
|
repeat_interval: 3h
|
|
receiver: team-X
|
|
|
|
receivers:
|
|
- name: 'team-X'
|
|
|