Skip to content

Commit

Permalink
feat: add Disk and Tape Drives Throughput by Host Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Dec 11, 2024
1 parent f8c830c commit 9badc0f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions grafana/dashboards/cmode/disk.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1733818694587,
"iteration": 1733915992490,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -2446,7 +2446,7 @@
],
"timeFrom": null,
"timeShift": null,
"title": "Disk Throughput",
"title": "Disk Throughput by Node",
"transformations": [],
"type": "timeseries"
},
Expand Down Expand Up @@ -3027,6 +3027,7 @@
"pluginVersion": "8.1.8",
"targets": [
{
"exemplar": false,
"expr": "sum(wafl_cp_count{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",node=~\"$Node\",metric=~\"back_to_back_CP|deferred_back_to_back_CP\"})",
"hide": false,
"interval": "",
Expand All @@ -3048,7 +3049,7 @@
"type": "timeseries"
}
],
"title": "Disk Utilization: Node-level Overview",
"title": "Disk Utilization",
"type": "row"
}
],
Expand Down Expand Up @@ -3374,5 +3375,5 @@
"timezone": "",
"title": "ONTAP: Disk",
"uid": "cdot-disk",
"version": 33
"version": 15
}

0 comments on commit 9badc0f

Please sign in to comment.