PCA (Prometheus Certified Associate) sample exam question with answer 120
Question:
What configuration is used to effectively disable grouping of alerts for a particular Alertmanager route?
- disable_grouping: true
- group_by: ['*']
- group_by: ['...']
- enable_grouping: false
Answer:
C - correct one. Check
route
A, D - there is no such configuration option
B - incorrect, the actual syntax for grouping by everything (effectively disabling grouping) is ...