From 1593b89672260b4662a53a8c18a75cdba0de2c29 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:10:58 +0100 Subject: [PATCH] style(telemetry): keep the JMeter annotation colour as it was Match the other dashboards: restore `rgb(70, 70, 70)` on `Perf Runs (JMeter)` so regions that rendered before keep their colour. `Perf Runs (Locust)` stays aqua. --- docker/telemetry/grafana/dashboards/ledger-sync-health.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/telemetry/grafana/dashboards/ledger-sync-health.json b/docker/telemetry/grafana/dashboards/ledger-sync-health.json index fe674a87bc..a6598dec8f 100644 --- a/docker/telemetry/grafana/dashboards/ledger-sync-health.json +++ b/docker/telemetry/grafana/dashboards/ledger-sync-health.json @@ -20,7 +20,7 @@ }, "enable": true, "hide": false, - "iconColor": "rgb(144, 133, 233)", + "iconColor": "rgb(70, 70, 70)", "name": "Perf Runs (JMeter)", "target": { "limit": 100,