How to use variables in alert message?

I have multiple queries in all of my panels. If one of them exceeds the threshold that I set, then I’d expect the query (or it’s label, identifier, etc.) that triggered the alert to be included somewhere in the message. It seems like this might be possible according to Grafana’s documentation, however, it couldn’t be any more vague.

Does anyone know how/if I can do that?

Thanks

2 Likes

I’m afraid this is not implemented in grafana, and documentatnion is wrong (or not clear). I did not find it in code (maybe I looked in wrong place)but none of notifiers haven’t implemented parsing variables name to value in message.

Hi!
Regarding this topic is it really not implemented? Because the documentation says it can have variables in the description.
Thank you