[prometheus-alerts] do not group for IRC chat

certbot_on_virtu
Alexandre Iooss 2019-07-22 08:51:51 +02:00
parent 155bc75db9
commit 0d33b2c40f
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ route:
# The labels by which incoming alerts are grouped together. For example,
# multiple alerts coming in for cluster=A and alertname=LatencyHigh would
# be batched into a single group.
group_by: ['alertname', 'cluster', 'service']
#group_by: ['alertname', 'cluster', 'service']
group_by: [] # do not group for text chat
# When a new group of alerts is created by an incoming alert, wait at
# least 'group_wait' to send the initial notification.