Skip to content

Commit

Permalink
feat: handling review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Sep 19, 2023
1 parent 150edfb commit 66d5bb1
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
40 changes: 20 additions & 20 deletions grafana/dashboards/cmode/aggregate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4057,8 +4057,9 @@
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"max": 100,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -4072,7 +4073,7 @@
}
]
},
"unit": "bytes"
"unit": "percent"
},
"overrides": []
},
Expand Down Expand Up @@ -4104,14 +4105,14 @@
"targets": [
{
"exemplar": false,
"expr": "topk($TopResources, aggr_space_capacity_tier_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\", aggr=~\"$TopAggregateCapacityTierFootprint\"})",
"expr": "topk($TopResources, (aggr_space_performance_tier_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",aggr=~\"$TopAggregatePerformanceTierFootprintPerc\"}))",
"hide": false,
"interval": "",
"legendFormat": "{{aggr}}",
"refId": "A"
}
],
"title": "Top $TopResources Aggregates by Capacity Tier Footprint",
"title": "Top $TopResources Aggregates by Performance Tier Footprint %",
"transformations": [],
"type": "timeseries"
},
Expand Down Expand Up @@ -4151,9 +4152,8 @@
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"max": 100,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -4167,7 +4167,7 @@
}
]
},
"unit": "percent"
"unit": "bytes"
},
"overrides": []
},
Expand Down Expand Up @@ -4199,14 +4199,14 @@
"targets": [
{
"exemplar": false,
"expr": "topk($TopResources, (aggr_space_performance_tier_used_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",aggr=~\"$TopAggregatePerformanceTierFootprintPerc\"}))",
"expr": "topk($TopResources, aggr_space_capacity_tier_used{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\", aggr=~\"$TopAggregateCapacityTierFootprint\"})",
"hide": false,
"interval": "",
"legendFormat": "{{aggr}}",
"refId": "A"
}
],
"title": "Top $TopResources Aggregates by Performance Tier Footprint %",
"title": "Top $TopResources Aggregates by Capacity Tier Footprint",
"transformations": [],
"type": "timeseries"
}
Expand Down Expand Up @@ -4729,8 +4729,9 @@
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"max": 100,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -4744,7 +4745,7 @@
}
]
},
"unit": "bytes"
"unit": "percent"
},
"overrides": []
},
Expand Down Expand Up @@ -4776,14 +4777,14 @@
"targets": [
{
"exemplar": false,
"expr": "topk($TopResources, volume_capacity_tier_footprint{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",volume=~\"$TopVolumeCapacityTierFootprint\"})",
"expr": "topk($TopResources, (volume_performance_tier_footprint_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",volume=~\"$TopVolumePerformanceTierFootprintPerc\"}))",
"hide": false,
"interval": "",
"legendFormat": "{{volume}} ",
"legendFormat": "{{volume}}",
"refId": "A"
}
],
"title": "Top $TopResources Volumes by Capacity Tier Footprint",
"title": "Top $TopResources Volumes by Performance Tier Footprint %",
"transformations": [],
"type": "timeseries"
},
Expand Down Expand Up @@ -4823,9 +4824,8 @@
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"max": 100,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -4839,7 +4839,7 @@
}
]
},
"unit": "percent"
"unit": "bytes"
},
"overrides": []
},
Expand Down Expand Up @@ -4871,14 +4871,14 @@
"targets": [
{
"exemplar": false,
"expr": "topk($TopResources, (volume_performance_tier_footprint_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",volume=~\"$TopVolumePerformanceTierFootprintPerc\"}))",
"expr": "topk($TopResources, volume_capacity_tier_footprint{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",volume=~\"$TopVolumeCapacityTierFootprint\"})",
"hide": false,
"interval": "",
"legendFormat": "{{volume}}",
"legendFormat": "{{volume}} ",
"refId": "A"
}
],
"title": "Top $TopResources Volumes by Performance Tier Footprint %",
"title": "Top $TopResources Volumes by Capacity Tier Footprint",
"transformations": [],
"type": "timeseries"
},
Expand Down
18 changes: 9 additions & 9 deletions grafana/dashboards/cmode/volume.json
Original file line number Diff line number Diff line change
Expand Up @@ -5449,8 +5449,9 @@
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"max": 100,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -5464,7 +5465,7 @@
}
]
},
"unit": "bytes"
"unit": "percent"
},
"overrides": []
},
Expand Down Expand Up @@ -5496,14 +5497,14 @@
"targets": [
{
"exemplar": false,
"expr": "topk($TopResources, volume_capacity_tier_footprint{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\", volume=~\"$TopVolumeCapacityTierFootprint\"})",
"expr": "topk($TopResources, (volume_performance_tier_footprint_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\", volume=~\"$TopVolumePerformanceTierFootprintPerc\"}))",
"hide": false,
"interval": "",
"legendFormat": "{{svm}} - {{volume}} ",
"refId": "A"
}
],
"title": "Top $TopResources Volumes by Capacity Tier Footprint",
"title": "Top $TopResources Volumes by Performance Tier Footprint %",
"transformations": [],
"type": "timeseries"
},
Expand Down Expand Up @@ -5543,9 +5544,8 @@
"mode": "off"
}
},
"decimals": 2,
"mappings": [],
"max": 100,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
Expand All @@ -5559,7 +5559,7 @@
}
]
},
"unit": "percent"
"unit": "bytes"
},
"overrides": []
},
Expand Down Expand Up @@ -5591,14 +5591,14 @@
"targets": [
{
"exemplar": false,
"expr": "topk($TopResources, (volume_performance_tier_footprint_percent{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\", volume=~\"$TopVolumePerformanceTierFootprintPerc\"}))",
"expr": "topk($TopResources, volume_capacity_tier_footprint{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\",svm=~\"$SVM\", volume=~\"$TopVolumeCapacityTierFootprint\"})",
"hide": false,
"interval": "",
"legendFormat": "{{svm}} - {{volume}} ",
"refId": "A"
}
],
"title": "Top $TopResources Volumes by Performance Tier Footprint %",
"title": "Top $TopResources Volumes by Capacity Tier Footprint",
"transformations": [],
"type": "timeseries"
},
Expand Down

0 comments on commit 66d5bb1

Please sign in to comment.