Group alerts in Alertmanager by alertname and instance
Change-Id: Id2f062bccbe9c3bdb246784631746cd3b6992a63
This commit is contained in:
parent
407c7776fb
commit
26cc037c8d
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ parameters:
|
||||||
global:
|
global:
|
||||||
resolve_timeout: 5m
|
resolve_timeout: 5m
|
||||||
route:
|
route:
|
||||||
group_by: ['region', 'service']
|
group_by: ['alertname', 'instance']
|
||||||
group_wait: 60s
|
group_wait: 60s
|
||||||
group_interval: 5m
|
group_interval: 5m
|
||||||
repeat_interval: 3h
|
repeat_interval: 3h
|
||||||
|
|
Loading…
Reference in a new issue