Skip to content

Commit

Permalink
fix: panel name alias (#1717)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl committed Feb 13, 2023
1 parent 34a4751 commit fb3e805
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion grafana/dashboards/cmode/node.json
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,32 @@
"timeFrom": null,
"timeShift": null,
"title": "Reads From",
"transformations": [],
"transformations": [
{
"id": "seriesToColumns",
"options": {
"byField": "Time"
}
},
{
"id": "organize",
"options": {
"excludeByName": {},
"indexByName": {},
"renameByName": {
"Time": "",
"bamboo_ssd": "SSD Aggr",
"cache": "RAM",
"cloud": "FabricPool Object Storage",
"cloud_s2c": "",
"disk": "HDD Aggr",
"ext_cache": "Flash Cache",
"hya_cache": "Flash Pool SSD",
"hya_hdd": "Flash Pool HDD"
}
}
}
],
"type": "timeseries"
},
{
Expand Down

0 comments on commit fb3e805

Please sign in to comment.