From 99eddac406b34414d90ec1f774f27a5fe1cd2868 Mon Sep 17 00:00:00 2001 From: "Anne E. Ulrich" Date: Fri, 15 Oct 2021 16:37:38 -0500 Subject: [PATCH] Noting non-support of template queries in official documentation (#40169) --- .../alerting-rules/create-grafana-managed-rule.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/alerting/unified-alerting/alerting-rules/create-grafana-managed-rule.md b/docs/sources/alerting/unified-alerting/alerting-rules/create-grafana-managed-rule.md index 13c1401168c..3db8db5ddff 100644 --- a/docs/sources/alerting/unified-alerting/alerting-rules/create-grafana-managed-rule.md +++ b/docs/sources/alerting/unified-alerting/alerting-rules/create-grafana-managed-rule.md @@ -33,6 +33,8 @@ This section describes the fields you fill out to create an alert. Add one or more [queries]({{< relref "../../../panels/queries.md" >}}) or [expressions]({{< relref "../../../panels/expressions.md" >}}). You can use classic condition expression to create a rule that will trigger a single alert if it's threshold is met, or use reduce and math expressions to create a multi dimensional alert rule that can trigger multiple alerts, one per matching series in the query result. +> **Note:** Grafana does not support alert queries with template variables. More information is available at . + #### Rule with classic condition You can use classic condition expression to create a rule that will trigger a single alert if it's conditions is met. It works about the same way as dashboard alerts in previous versions of Grafana.