Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add clone info to volume dashboard #2402

Merged
merged 1 commit into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}