Hello,
I would like to customize details field inside pagerduty_configs inside alertmanager-config.yaml file but I realize that it does not allow more than 1 level of deep.
On the other hand, pagerduty
event api v2 custom_details is declared as an Object, so a nested structure is not forbidden.
I believe this is an issue as it introduce useless complexity on pagerduty side. Most of the information carried by an alert comes from it's labels and instead of a nice json we have to use regex matchers to route correctly an alert to a service. With more rules more resources are used. With more than 1000 of applications, managing rules is a nightmare even with automation.
What do you think ? Should we open a ticket in order to allow complex objects ?