Skip to content

Commit

Permalink
update target device in node disk util
Browse files Browse the repository at this point in the history
  • Loading branch information
muzammil360 authored Mar 4, 2024
1 parent 7c6b220 commit d24d2b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
"uid": "${DS_PROMETHEUS}"
},
"editorMode": "code",
"expr": "(\n 1-(node_filesystem_avail_bytes{device=\"/dev/root\"}/node_filesystem_size_bytes{device=\"/dev/root\"})\n) * on(instance) group_left (nodename) node_uname_info{nodename=~\".+\"}",
"expr": "(\n 1-(node_filesystem_avail_bytes{device=\"/dev/mapper/ubuntu--vg-ubuntu--lv\"}/node_filesystem_size_bytes{device=\"/dev/mapper/ubuntu--vg-ubuntu--lv\"})\n) * on(instance) group_left (nodename) node_uname_info{nodename=~\".+\"}",
"instant": false,
"legendFormat": "{{nodename}}",
"range": true,
Expand Down

0 comments on commit d24d2b9

Please sign in to comment.