Skip to content

Commit

Permalink
fix(grafana-dashboards): missing DS_PROMETHEUS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
thphuong committed Sep 26, 2024
1 parent 0da0142 commit 3cb35cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/grafana-dashboards/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: grafana-dashboards
description: A collection of Grafana dashboards
type: application
version: 0.3.2
version: 0.3.3
appVersion: "0.3.0"
dependencies:
- name: common
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1528,6 +1528,25 @@
],
"templating": {
"list": [
{
"current": {
"selected": false,
"text": "Prometheus",
"value": "${DS_PROMETHEUS}"
},
"hide": 0,
"includeAll": false,
"label": "Datasource",
"multi": false,
"name": "DS_PROMETHEUS",
"options": [],
"query": "prometheus",
"queryValue": "",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
},
{
"allValue": ".*",
"current": {},
Expand Down

0 comments on commit 3cb35cf

Please sign in to comment.