From 36658d33ca2b6a258c647116af38386fe84f76c8 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Wed, 24 Aug 2022 12:29:49 +0400 Subject: [PATCH] fix plugin linter broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5664e8dce..51da815c3 100644 --- a/README.md +++ b/README.md @@ -557,7 +557,7 @@ Plugin support Annotations with regions. To enable this feature open Dashboard ` ## Alerts support -To enable alerts open "alerts" tab in panel, and define alert expression as described on [grafana.com](https://grafana.com/docs/grafana/latest/alerting/create-alerts/) +To enable alerts open "alerts" tab in panel, and define alert expression as described on [grafana.com](https://grafana.com/docs/grafana/latest/alerting/) Be careful with Template variables values, currently grafana doesn't support template variables in alert queries itself. Also, grafana UI doesn't pass template variables values to a backend, after you change it on frontend UI.