Hello!
Please tell me, is it possible to use a variable (received as a result of a request) in the alert description?
In what format should a variable be specified?
I used $A - that doesn’t work.
grant2
September 8, 2023, 9:30am
2
Have you read through these?
If you are using Slack or Telegram, this will help:
Hi Grafana community!
I have spent a lot of time to configure templates of my alerts, a lot of time lost with all recent updates since Grafana 8 so I wanted to share here my templates, hoping it can help members.
Important: this configuration is running on Grafana v9.3.2 and may not work with an earlier version.
Alert rules
The following alert rules apply to a Prometheus datasource where I have added a custom label “node” to each target.
If you are using a different datasource, you have to …
Hello!
I managed to find a solution.
I use {{ $values.A }} and it works.