Skip to content

Commit 0f3030f

Browse files
authored
Merge pull request #9 from stackhpc/dashboard_template_fix
added proper templating section
2 parents 13693ae + a602e8b commit 0f3030f

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)