Skip to content

Instantly share code, notes, and snippets.

@jungopro
Created September 8, 2018 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jungopro/065b1cbaf97b832313c907107229b5c3 to your computer and use it in GitHub Desktop.
Save jungopro/065b1cbaf97b832313c907107229b5c3 to your computer and use it in GitHub Desktop.
Modified Grafana Dashboard Example
{
"dashboard": {
"__inputs": [
{
"name": "DS_PROMETHEUS",
"label": "Prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
# rest of the .json template
},
"inputs": [
{
"name": "DS_PROMETHEUS",
"pluginId": "prometheus",
"type": "datasource",
"value": "prometheus"
}
],
"overwrite": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment