Skip to content

Commit

Permalink
feat: add clone info to volume dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss authored and cgrinds committed Oct 5, 2023
1 parent 133545b commit 8b3bccd
Showing 1 changed file with 37 additions and 3 deletions.
40 changes: 37 additions & 3 deletions grafana/dashboards/cmode/volume.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"gnetId": null,
"graphTooltip": 1,
"id": null,
"iteration": 1692609731870,
"iteration": 1696487584834,
"links": [
{
"asDropdown": true,
Expand Down Expand Up @@ -754,6 +754,18 @@
"value": "bytes"
}
]
},
{
"matcher": {
"id": "byName",
"options": "Clone Split Estimate"
},
"properties": [
{
"id": "unit",
"value": "bytes"
}
]
}
]
},
Expand Down Expand Up @@ -870,6 +882,16 @@
"intervalFactor": 1,
"legendFormat": "",
"refId": "I"
},
{
"exemplar": false,
"expr": "volume_clone_split_estimate{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\",volume=~\"$Volume\"}",
"format": "table",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "",
"refId": "J"
}
],
"timeFrom": null,
Expand All @@ -882,6 +904,10 @@
"include": {
"names": [
"aggr",
"clone_parent_snapshot",
"clone_parent_svm",
"clone_parent_volume",
"junction_path",
"node",
"svm",
"volume",
Expand All @@ -893,7 +919,7 @@
"Value #G",
"Value #H",
"Value #I",
"junction_path"
"Value #J"
]
}
}
Expand Down Expand Up @@ -926,6 +952,10 @@
"Value #H": 7,
"Value #I": 8,
"aggr": 3,
"clone_parent_snapshot": 15,
"clone_parent_svm": 13,
"clone_parent_volume": 14,
"junction_path": 12,
"node": 2,
"svm": 0,
"volume": 1
Expand All @@ -938,6 +968,10 @@
"Value #G": "Total Space Saved",
"Value #H": "Logical Space Used",
"Value #I": "Physical Space Used",
"Value #J": "Clone Split Estimate",
"clone_parent_snapshot": "Clone Parent Snapshot",
"clone_parent_svm": "Clone Parent SVM",
"clone_parent_volume": "Clone Parent Volume",
"junction_path": "Junction Path"
}
}
Expand Down Expand Up @@ -7585,5 +7619,5 @@
"timezone": "",
"title": "ONTAP: Volume",
"uid": "",
"version": 15
"version": 16
}

0 comments on commit 8b3bccd

Please sign in to comment.