Skip to content

Commit

Permalink
feat: add other ops panel in volume deep dive dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored and cgrinds committed Oct 15, 2024
1 parent 5f82c34 commit 35c609c
Showing 1 changed file with 99 additions and 15 deletions.
114 changes: 99 additions & 15 deletions grafana/dashboards/cmode-details/volumeDeepDive.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1719377699253,
"iteration": 1728975445547,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -703,7 +703,7 @@
},
"gridPos": {
"h": 6,
"w": 12,
"w": 8,
"x": 0,
"y": 10
},
Expand Down Expand Up @@ -736,7 +736,7 @@
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "Bytes read per second from the volume.",
"description": "Number of write operations per second from the selected volumes.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -770,27 +770,28 @@
"mode": "off"
}
},
"decimals": 0,
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"color": "blue",
"value": null
}
]
},
"unit": "Bps"
"unit": "iops"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 12,
"x": 12,
"w": 8,
"x": 8,
"y": 10
},
"id": 11,
"id": 17,
"options": {
"legend": {
"calcs": [
Expand All @@ -808,18 +809,18 @@
"targets": [
{
"exemplar": false,
"expr": "volume_read_data{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",volume=~\"$Volume\"}",
"expr": "volume_write_ops{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",volume=~\"$Volume\"}",
"interval": "",
"legendFormat": "{{svm}} - {{volume}}",
"refId": "A"
}
],
"title": "Read Throughput",
"title": "Write IOPs",
"type": "timeseries"
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "Number of write operations per second from the selected volumes.",
"description": "Number of other operations per second from the selected volumes.",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -868,13 +869,96 @@
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 8,
"x": 16,
"y": 10
},
"id": 67,
"options": {
"legend": {
"calcs": [
"mean",
"lastNotNull",
"max"
],
"displayMode": "table",
"placement": "bottom"
},
"tooltip": {
"mode": "single"
}
},
"targets": [
{
"exemplar": false,
"expr": "volume_other_ops{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",volume=~\"$Volume\"}",
"interval": "",
"legendFormat": "{{svm}} - {{volume}}",
"refId": "A"
}
],
"title": "Other IOPs",
"type": "timeseries"
},
{
"datasource": "${DS_PROMETHEUS}",
"description": "Bytes read per second from the volume.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 10,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
}
]
},
"unit": "Bps"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 12,
"x": 0,
"y": 16
},
"id": 17,
"id": 11,
"options": {
"legend": {
"calcs": [
Expand All @@ -892,13 +976,13 @@
"targets": [
{
"exemplar": false,
"expr": "volume_write_ops{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",volume=~\"$Volume\"}",
"expr": "volume_read_data{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",volume=~\"$Volume\"}",
"interval": "",
"legendFormat": "{{svm}} - {{volume}}",
"refId": "A"
}
],
"title": "Write IOPs",
"title": "Read Throughput",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -3736,5 +3820,5 @@
"timezone": "",
"title": "ONTAP: Volume Deep Dive",
"uid": "cdot-volume-deep-dive",
"version": 3
"version": 4
}

0 comments on commit 35c609c

Please sign in to comment.