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

fix: snapmirror dashboard changes #1407

Merged
merged 1 commit into from
Nov 3, 2022
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
74 changes: 40 additions & 34 deletions grafana/dashboards/cmode/snapmirror.json
Original file line number Diff line number Diff line change
Expand Up @@ -789,16 +789,6 @@
"options": "ID"
},
"properties": [
{
"id": "links",
"value": [
{
"targetBlank": true,
"title": "Click for details",
"url": "/d/SjI7RkHMk/netapp-detail-snapmirror-instance?orgId=1&var-Datacenter=${Datacenter}&var-SourceCluster=${SourceCluster}&var-SnapMirrorID=${__data.fields[relationship_id]}"
}
]
},
{
"id": "custom.width",
"value": 66
Expand Down Expand Up @@ -852,6 +842,30 @@
"value": 227
}
]
},
{
"matcher": {
"id": "byName",
"options": "Destination Cluster"
},
"properties": [
{
"id": "custom.width",
"value": 200
}
]
},
{
"matcher": {
"id": "byName",
"options": "Source Cluster"
},
"properties": [
{
"id": "custom.width",
"value": 200
}
]
}
]
},
Expand Down Expand Up @@ -913,7 +927,7 @@
"excludeByName": {
"Time": true,
"__name__": true,
"cluster": true,
"cluster": false,
"datacenter": true,
"destination_node": true,
"destination_node_limit": true,
Expand All @@ -933,30 +947,18 @@
},
"indexByName": {
"Time": 1,
"Value #A": 22,
"Value #B": 24,
"Value #C": 23,
"__name__": 2,
"cluster": 3,
"datacenter": 4,
"destination_node": 5,
"destination_node_limit": 17,
"destination_volume": 7,
"destination_vserver": 6,
"group_type": 11,
"healthy": 14,
"instance": 18,
"job": 19,
"last_transfer_type": 16,
"source_cluster": 3,
"cluster": 4,
"datacenter": 5,
"destination_node": 6,
"destination_volume": 8,
"destination_vserver": 7,
"instance": 11,
"job": 12,
"relationship_id": 0,
"relationship_status": 12,
"relationship_type": 13,
"schedule": 20,
"source_node": 8,
"source_node_limit": 21,
"source_volume": 10,
"source_vserver": 9,
"unhealthy_reason": 15
"source_vserver": 9
},
"renameByName": {
"Value #A": "Size",
Expand All @@ -975,7 +977,9 @@
"source_node": "Source Node",
"source_volume": "Source Volume",
"source_vserver": "Source SVM",
"unhealthy_reason": "Error"
"unhealthy_reason": "Error",
"source_cluster": "Source Cluster",
"cluster": "Destination Cluster"
}
}
},
Expand All @@ -996,7 +1000,9 @@
"Size",
"Duration",
"Lag",
"ID"
"ID",
"Source Cluster",
"Destination Cluster"
]
}
}
Expand Down