Skip to content

Commit

Permalink
add grafana dashboard for mayastor
Browse files Browse the repository at this point in the history
Signed-off-by: w3aman <aman.gupta@mayadata.io>
  • Loading branch information
w3aman committed May 8, 2024
1 parent c334799 commit a7f4a74
Show file tree
Hide file tree
Showing 12 changed files with 3,413 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/dashboards/localPV/localpv-workload.json
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@
"targets": [
{
"exemplar": true,
"expr": "node_filesystem_size_bytes {fstype=~\"ext4|xfs\",mountpoint=~\"(^/var/lib/.+/($pvName/mount))\"}",
"expr": "node_filesystem_size_bytes {fstype=~\"ext4|xfs|zfs\",mountpoint=~\"(^/var/lib/.+/($pvName/mount))\"}",
"instant": true,
"interval": "",
"intervalFactor": 2,
Expand Down Expand Up @@ -1934,7 +1934,7 @@
"targets": [
{
"exemplar": true,
"expr": "100 - ((node_filesystem_avail_bytes{mountpoint=~\"(^/var/lib/.+/($pvName/mount))\",fstype=~\"ext4|xfs\"} * 100) / node_filesystem_size_bytes {mountpoint=~\"(^/var/lib/.+/($pvName/mount))\",fstype=~\"ext4|xfs\"})",
"expr": "100 - ((node_filesystem_avail_bytes{mountpoint=~\"(^/var/lib/.+/($pvName/mount))\",fstype=~\"ext4|xfs|zfs\"} * 100) / node_filesystem_size_bytes {mountpoint=~\"(^/var/lib/.+/($pvName/mount))\",fstype=~\"ext4|xfs|zfs\"})",
"interval": "10s",
"intervalFactor": 2,
"legendFormat": "",
Expand Down
Loading

0 comments on commit a7f4a74

Please sign in to comment.