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: filter by svm, volume in SM destination dashboard #3220

Merged
merged 6 commits into from
Oct 30, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
feat: handled review comments
  • Loading branch information
Hardikl committed Oct 29, 2024
commit a25bf6a9846c0c9e06d081cc2e0e2b27efb0341f
51 changes: 18 additions & 33 deletions grafana/dashboards/cmode/snapmirror_destinations.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
},
"gridPos": {
"h": 12,
"w": 13,
"w": 18,
"x": 6,
"y": 3
},
Expand Down Expand Up @@ -440,13 +440,6 @@
"options": "Size"
},
"properties": [
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge"
}
},
{
"id": "unit",
"value": "bytes"
Expand All @@ -469,6 +462,10 @@
{
"id": "custom.width",
"value": 240
},
{
"id": "custom.displayMode",
"value": "lcd-gauge"
}
]
},
Expand All @@ -478,13 +475,6 @@
"options": "Duration"
},
"properties": [
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge"
}
},
{
"id": "unit",
"value": "s"
Expand All @@ -503,6 +493,10 @@
"type": "special"
}
]
},
{
"id": "custom.displayMode",
"value": "lcd-gauge"
}
]
},
Expand All @@ -516,14 +510,6 @@
"id": "unit",
"value": "s"
},
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge",
"valueDisplayMode": "text"
}
},
{
"id": "mappings",
"value": [
Expand All @@ -537,6 +523,10 @@
"type": "special"
}
]
},
{
"id": "custom.displayMode",
"value": "lcd-gauge"
}
]
},
Expand Down Expand Up @@ -699,11 +689,8 @@
]
},
{
"id": "custom.cellOptions",
"value": {
"mode": "gradient",
"type": "color-background"
}
"id": "custom.displayMode",
"value": "color-background"
}
]
}
Expand Down Expand Up @@ -1291,7 +1278,7 @@
},
"gridPos": {
"h": 12,
"w": 13,
"w": 18,
"x": 6,
"y": 35
},
Expand Down Expand Up @@ -1636,10 +1623,8 @@
"value": 140
},
{
"id": "custom.cellOptions",
"value": {
"type": "color-background"
}
"id": "custom.displayMode",
"value": "color-background"
}
]
},
Expand Down