I have created an Alert for Loki in which i am trying to send the value in description like below
Hi there was an issue in {{ $err_name }}.Pls check it soon
I am receiving the alert as follows
**Firing**
Labels:
- alertname = RFC Graph
- severtiy = critical
- team = backend
Annotations:
- description = Hi there was an issue in ${err_name}.Pls check it soon
Source: http://grafana.staged-by-discourse.com/alerting/VE5UT8G7z/edit
Silence: http://grafana.staged-by-discourse.com/alerting/silence/new?alertmanager=grafana&matchers=alertname%3DRFC+Graph%2Csevertiy%3Dcritical%2Cteam%3Dbackend
I would like to know whether we can pass the labels which we receive from the query in the alerts.