Skip to content

Commit

Permalink
fix: flashcache dashboard units are incorrect
Browse files Browse the repository at this point in the history
Fixes #1265
  • Loading branch information
cgrinds committed Sep 8, 2022
1 parent 5ab28d7 commit ea1395f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions conf/zapiperf/cdot/9.8.0/ext_cache_obj.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ counters:
- miss_directory
- miss_indirect

override:
- hit_percent: average

export_options:
instance_keys:
- node
10 changes: 5 additions & 5 deletions grafana/dashboards/cmode/harvest_dashboard_disk.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"gnetId": null,
"graphTooltip": 0,
"id": null,
"iteration": 1654862696262,
"iteration": 1662642076310,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -1556,7 +1556,7 @@
}
]
},
"unit": "Bps"
"unit": "KiBs"
},
"overrides": []
},
Expand Down Expand Up @@ -1654,7 +1654,7 @@
}
]
},
"unit": "Bps"
"unit": "binBps"
},
"overrides": []
},
Expand Down Expand Up @@ -1891,7 +1891,7 @@
}
]
},
"unit": "µs"
"unit": "percent"
},
"overrides": [
{
Expand Down Expand Up @@ -2369,5 +2369,5 @@
"timezone": "",
"title": "ONTAP: Disk",
"uid": "Gs1aXGj7k",
"version": 24
"version": 25
}

0 comments on commit ea1395f

Please sign in to comment.