Skip to content

Commit

Permalink
add a datasource variable to the dashboard template (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesxbt authored Aug 27, 2024
1 parent ec32117 commit 3cf2d54
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions contrib/grafana_prometheus_redis_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -1543,6 +1543,24 @@
],
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "default",
"value": "default"
},
"hide": 0,
"includeAll": false,
"label": "datasource",
"multi": false,
"name": "DS_PROM",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"current": {},
"datasource": {
Expand Down

0 comments on commit 3cf2d54

Please sign in to comment.