I want to migrate from Grafana legacy alerting to the new alerting system.
Currently, I׳m using Grafana 10.4 with a webhook contact point. I have a Python component that modifies the alert schema and applies templating by injecting query labels into the tags’ values.
I see that the new alerting system includes a templating option, but for now, I want to keep my current templating approach unchanged.
After migrating the alerts, I noticed that sometimes the query labels are missing from the labels in the alert object of the webhook request. As a result, I’m unable to inject query labels into the tags’ values.
Is this expected behavior? Are there any specific configurations needed to ensure that query labels are always included in the webhook payload?