From a602e8b6bf7e107788b3ba0ef7620117f2a6e7a2 Mon Sep 17 00:00:00 2001 From: Rafal Lewandowski Date: Fri, 10 Feb 2023 14:48:18 +0100 Subject: [PATCH] added proper templating section --- example_grafana_dashboard.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/example_grafana_dashboard.json b/example_grafana_dashboard.json index 007dd93..8e2ed5a 100644 --- a/example_grafana_dashboard.json +++ b/example_grafana_dashboard.json @@ -858,7 +858,22 @@ "style": "dark", "tags": [], "templating": { - "list": [] + "list": [ + { + "current": { + "text": "Prometheus", + "value": "Prometheus" + }, + "hide": 0, + "label": null, + "name": "DS_PROMETHEUS", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "type": "datasource" + } + ] }, "time": { "from": "now-1h",