Skip to content

Commit

Permalink
Merge pull request #3067 from oilbeater/fix/granfana-dashboard
Browse files Browse the repository at this point in the history
fix missing datasource value
  • Loading branch information
k8s-ci-robot authored Sep 10, 2018
2 parents 0a9db37 + 8298d27 commit ef2f387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/grafana/dashboards/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": null,
"datasource": "${DS_PROMETHEUS}",
"decimals": 2,
"editable": false,
"error": false,
Expand Down

0 comments on commit ef2f387

Please sign in to comment.