From fb3e80535cf3f2ce2c6d0a0052bcd08c5f09b7cf Mon Sep 17 00:00:00 2001 From: Hardikl <83282894+Hardikl@users.noreply.github.com> Date: Mon, 13 Feb 2023 18:25:56 +0530 Subject: [PATCH] fix: panel name alias (#1717) --- grafana/dashboards/cmode/node.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/grafana/dashboards/cmode/node.json b/grafana/dashboards/cmode/node.json index 5cf1b5835..5141b4dc3 100644 --- a/grafana/dashboards/cmode/node.json +++ b/grafana/dashboards/cmode/node.json @@ -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" }, {