Skip to content

Commit

Permalink
add first dropdown for attached disks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Holcomb committed Feb 25, 2021
1 parent dea4d55 commit a399169
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions cost-analyzer/attached-disks.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "default-kubecost",
"datasource": "${datasource}",
"fill": 1,
"gridPos": {
"h": 9,
Expand Down Expand Up @@ -107,7 +107,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "default-kubecost",
"datasource": "${datasource}",
"fill": 1,
"gridPos": {
"h": 9,
Expand Down Expand Up @@ -191,7 +191,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "default-kubecost",
"datasource": "${datasource}",
"fill": 1,
"gridPos": {
"h": 9,
Expand Down Expand Up @@ -275,7 +275,7 @@
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "default-kubecost",
"datasource": "${datasource}",
"fill": 1,
"gridPos": {
"h": 9,
Expand Down Expand Up @@ -369,7 +369,7 @@
"text": "All",
"value": "$__all"
},
"datasource": "default-kubecost",
"datasource": "${datasource}",
"hide": 0,
"includeAll": true,
"label": null,
Expand All @@ -386,6 +386,25 @@
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {
"selected": true,
"text": "default-kubecost",
"value": "default-kubecost"
},
"error": null,
"hide": 0,
"includeAll": false,
"label": null,
"multi": false,
"name": "datasource",
"options": [],
"query": "prometheus",
"refresh": 1,
"regex": "",
"skipUrlSync": false,
"type": "datasource"
}
]
},
Expand Down

0 comments on commit a399169

Please sign in to comment.