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 1/2] 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)", From a0f0872ca6d731887b5f8c24cfd6344b8eff534b Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:33:25 +0100 Subject: [PATCH 2/2] fix(telemetry): set tooltip maxHeight to 600 per dashboard guideline Eighteen timeseries panels in consensus-health and transaction-overview carried tooltip maxHeight 500; the dashboard guideline specifies 600. Normalize them so every panel's tooltip matches Mode:All / Sort:Desc / Max Height:600. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../grafana/dashboards/consensus-health.json | 2 +- .../dashboards/transaction-overview.json | 34 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docker/telemetry/grafana/dashboards/consensus-health.json b/docker/telemetry/grafana/dashboards/consensus-health.json index 4561bf4d7b..104bab92f1 100644 --- a/docker/telemetry/grafana/dashboards/consensus-health.json +++ b/docker/telemetry/grafana/dashboards/consensus-health.json @@ -373,7 +373,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "legend": { "displayMode": "table", diff --git a/docker/telemetry/grafana/dashboards/transaction-overview.json b/docker/telemetry/grafana/dashboards/transaction-overview.json index faebf88221..b3b223c769 100644 --- a/docker/telemetry/grafana/dashboards/transaction-overview.json +++ b/docker/telemetry/grafana/dashboards/transaction-overview.json @@ -22,7 +22,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [ @@ -81,7 +81,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "legend": { "displayMode": "table", @@ -136,7 +136,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "legend": { "displayMode": "table", @@ -191,7 +191,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "legend": { "displayMode": "table", @@ -237,7 +237,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [ @@ -287,7 +287,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [ @@ -350,7 +350,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [ @@ -386,7 +386,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "yAxis": { "axisLabel": "Duration (ms)", @@ -424,7 +424,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "legend": { "displayMode": "table", @@ -547,7 +547,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "legend": { "displayMode": "table", @@ -602,7 +602,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "legend": { "displayMode": "table", @@ -657,7 +657,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 }, "legend": { "displayMode": "table", @@ -703,7 +703,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [ @@ -753,7 +753,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [ @@ -803,7 +803,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [ @@ -853,7 +853,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [ @@ -903,7 +903,7 @@ "tooltip": { "mode": "multi", "sort": "desc", - "maxHeight": 500 + "maxHeight": 600 } }, "targets": [