Skip to content

Commit a602e8b

Browse files
committed
added proper templating section
1 parent 7a9ea0d commit a602e8b

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

example_grafana_dashboard.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,22 @@
858858
"style": "dark",
859859
"tags": [],
860860
"templating": {
861-
"list": []
861+
"list": [
862+
{
863+
"current": {
864+
"text": "Prometheus",
865+
"value": "Prometheus"
866+
},
867+
"hide": 0,
868+
"label": null,
869+
"name": "DS_PROMETHEUS",
870+
"options": [],
871+
"query": "prometheus",
872+
"refresh": 1,
873+
"regex": "",
874+
"type": "datasource"
875+
}
876+
]
862877
},
863878
"time": {
864879
"from": "now-1h",

0 commit comments

Comments
 (0)