Ok so I have a grafana alert that runs off a query the query returns a description column ie: the name of the error and the amount of times that error has occurred and when an error goes over the threshold of 600, it notifies people. The grafana alert by default returns the value that has exceeded the threshold when an error is triggered, but not the string for the description of the error. How do I get it to return the error name and the value associated with it in my alert. I have tried {{Description}} and ${Description} they did not work.
Please don’t duplicate your posts: