Skip to content

Commit

Permalink
fix(prometheus): Use placeholder for datasource in template sections (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Tomsu committed Mar 10, 2017
1 parent 26dad5b commit 5980251
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
Expand Up @@ -979,7 +979,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Spinnaker",
"datasource": "${DS_SPINNAKER}",
"hide": 0,
"includeAll": true,
"label": null,
Expand Down
Expand Up @@ -961,7 +961,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Spinnaker",
"datasource": "${DS_SPINNAKER}",
"hide": 0,
"includeAll": true,
"label": null,
Expand Down Expand Up @@ -990,7 +990,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Spinnaker",
"datasource": "${DS_SPINNAKER}",
"hide": 0,
"includeAll": true,
"label": null,
Expand Down
Expand Up @@ -533,7 +533,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Spinnaker",
"datasource": "${DS_SPINNAKER}",
"hide": 0,
"includeAll": true,
"label": null,
Expand Down
Expand Up @@ -454,7 +454,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Spinnaker",
"datasource": "${DS_SPINNAKER}",
"hide": 0,
"includeAll": true,
"label": null,
Expand Down
Expand Up @@ -1274,7 +1274,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Spinnaker",
"datasource": "${DS_SPINNAKER}",
"hide": 0,
"includeAll": true,
"label": null,
Expand Down
Expand Up @@ -672,7 +672,7 @@
"showTitle": false,
"title": "JVM Memory",
"titleSize": "h6"
},
}
],
"schemaVersion": 14,
"style": "dark",
Expand Down
Expand Up @@ -687,7 +687,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Spinnaker",
"datasource": "${DS_SPINNAKER}",
"hide": 0,
"includeAll": true,
"label": null,
Expand Down
Expand Up @@ -626,7 +626,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "Spinnaker",
"datasource": "${DS_SPINNAKER}",
"hide": 0,
"includeAll": true,
"label": null,
Expand Down

0 comments on commit 5980251

Please sign in to comment.