Skip to content

Commit

Permalink
Merge pull request #2397 from amnonh/os_filter_by_dc
Browse files Browse the repository at this point in the history
scylla-os: fill the nodes parameter by dc
  • Loading branch information
amnonh authored Sep 19, 2024
2 parents 3238ccb + 9eb9fc8 commit 2812459
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion grafana/scylla-os.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,20 @@
"query": "label_values(node_filesystem_avail_bytes{cluster=~\"$cluster\"}, dc)"
},
{
"class": "template_variable_all",
"class": "template_variable_single",
"label": "node",
"name": "node",
"current":{
"selected":true,
"text":[
"All"
],
"value":[
"$__all"
]
},
"includeAll":true,
"multi":true,
"query": "label_values(node_filesystem_avail_bytes{cluster=\"$cluster\", dc=~\"$dc\"}, instance)"
},
{
Expand Down

0 comments on commit 2812459

Please # to comment.