Remove resolve timeout from the config shipped by default (#2349)
It is not needed with Prometheus and can confuse users. Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
8e861c646b
commit
565fb4fc00
|
@ -1,6 +1,3 @@
|
|||
global:
|
||||
resolve_timeout: 5m
|
||||
|
||||
route:
|
||||
group_by: ['alertname']
|
||||
group_wait: 30s
|
||||
|
|
Loading…
Reference in New Issue