From 6ebb21d8a3ce711fae53ff234bcf76772d30ec7c Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:33:16 +0100 Subject: [PATCH] fix(telemetry): keep category names on Overlay Traffic bargauge The "Overlay Traffic by Category (Bytes In)" bargauge names each bar by category via 22 byName field-override displayNames (Transactions, Proposals, ...). The legend migration had also added a generic ${__field.labels.series} [...] Display name, which competed with those curated names. Remove the generic Display name (and its now-unneeded empty-bracket cleanup transform) from this panel so the category names stand; this panel's identity is the traffic category, not the node/perf-iac grouping. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../grafana/dashboards/network-traffic.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docker/telemetry/grafana/dashboards/network-traffic.json b/docker/telemetry/grafana/dashboards/network-traffic.json index ee6402c392..984e193eb9 100644 --- a/docker/telemetry/grafana/dashboards/network-traffic.json +++ b/docker/telemetry/grafana/dashboards/network-traffic.json @@ -445,7 +445,6 @@ ], "fieldConfig": { "defaults": { - "displayName": "${__field.labels.series} [${__field.labels.resource_group}] [${__field.labels.iac_group}]", "unit": "Bps" }, "overrides": [ @@ -714,16 +713,7 @@ ] } ] - }, - "transformations": [ - { - "id": "renameByRegex", - "options": { - "regex": "/\\s*\\[\\]/g", - "renamePattern": "" - } - } - ] + } }, { "title": "Duplicate Traffic (Wasted Bandwidth)",