Kubernetes - Monitoring and Logging
Given this Alertmanager config snippet, what will happen when multiple alerts fire simultaneously?
route:
group_by: ['alertname']
receiver: 'team-email'
receivers:
- name: 'team-email'
email_configs:
- to: 'team@example.com'