change default group_by to alertname and fleet

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-03-29 18:53:04 +02:00
parent f8f347e603
commit c466659d8d
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ alertmanager_oauth_cont_tag: 'v7.2.1-amd64'
alertmanager_oauth_cont_image: 'quay.io/oauth2-proxy/oauth2-proxy:{{ alertmanager_oauth_cont_tag }}'
# Route configuration
alertmanager_group_by: ['alertname', 'cluster']
alertmanager_group_by: ['alertname', 'fleet']
alertmanager_group_wait: '30s'
alertmanager_group_interval: '3m'
alertmanager_repeat_interval: '1h'