Hi I want to create a simple alert in grafana to check whether there is no data for the last 5 minutes.
But I get an error
Template variables are not supported in alert queries
Well, according to this issue templates are not supporting in grafana yet. I have two questions:
What is templating?
How can I avoid this error?
Under the Metrics tab, add new metric that will be hidden in the chart and is used for alerting only. Duplicate the query and remove all template variables (i.e. $somevar
) from it. Replace the template variable with a hard-coded value you want to create alert for. Hide the metric by clicking on the “eye” icon.