You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Hi,
We recently ran into issues with a template producing malformed output for our alerting provider when handling grouped alerts. The work-around so far has been to use group_by: ['...'] which works well enough for now, but we would like to be able to catch these sorts of changes in CI/CD perhaps as unit-tests that validate that the rendered output is as expected. What are our options for testing Alertmanager templates and validate output as part of our deployment pipeline?