From 475bb5ba91de11ae991359868342abde57e2cc79 Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Thu, 20 Aug 2026 19:16:54 +0100 Subject: [PATCH] style(telemetry): dim the Locust annotation colour Match the other dashboards: `rgb(15, 122, 102)` instead of the brighter `rgb(25, 158, 112)`, still clear of the separation floors against the JMeter grey. --- 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 a6598dec8f..c810d08fa2 100644 --- a/docker/telemetry/grafana/dashboards/ledger-sync-health.json +++ b/docker/telemetry/grafana/dashboards/ledger-sync-health.json @@ -37,7 +37,7 @@ }, "enable": true, "hide": false, - "iconColor": "rgb(25, 158, 112)", + "iconColor": "rgb(15, 122, 102)", "name": "Perf Runs (Locust)", "target": { "limit": 100,