Skip to content

Commit

Permalink
Merge pull request #110 from w3aman/mayastor-monitoring
Browse files Browse the repository at this point in the history
add grafana dashboard for mayastor
  • Loading branch information
w3aman authored May 8, 2024
2 parents c334799 + a7f4a74 commit 3707067
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 3707067

Please sign in to comment.