Skip to content

Commit

Permalink
add the generated dashboard
Browse files Browse the repository at this point in the history
(cherry picked from commit b20d8f7)
  • Loading branch information
amnonh committed Oct 29, 2019
1 parent fcd9d65 commit 91356ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grafana/build/ver_2018.1/scylla-os.2018.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"targets": [
{
"expr": "sum(node_filesystem_avail_bytes{mountpoint=\"$mount_point\", instance=~\"$node\"})",
"instant": true,
"interval": "",
"intervalFactor": 1,
"legendFormat": "Free",
Expand All @@ -92,6 +93,7 @@
},
{
"expr": "(sum(node_filesystem_size_bytes{mountpoint=\"$mount_point\", instance=~\"$node\"})-sum(node_filesystem_avail_bytes{mountpoint=\"$mount_point\", instance=~\"$node\"}))",
"instant": true,
"intervalFactor": 1,
"legendFormat": "Used",
"refId": "B",
Expand Down

0 comments on commit 91356ea

Please sign in to comment.