From 5499cbcde4dc574245f1728480d61f71fbf3392d Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:45:17 +0000 Subject: [PATCH] Update consensus mode filter description to Title Case Match the toDisplayString() Title Case values (Proposing, Observing, Wrong Ledger, Switched Ledger) in the $consensus_mode template variable description. Co-Authored-By: Claude Opus 4.6 --- docker/telemetry/grafana/dashboards/consensus-health.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/telemetry/grafana/dashboards/consensus-health.json b/docker/telemetry/grafana/dashboards/consensus-health.json index a2d8374bae..848d7071ae 100644 --- a/docker/telemetry/grafana/dashboards/consensus-health.json +++ b/docker/telemetry/grafana/dashboards/consensus-health.json @@ -202,7 +202,7 @@ { "name": "consensus_mode", "label": "Consensus Mode", - "description": "Filter by consensus mode (proposing, observing, wrongLedger, switchedLedger)", + "description": "Filter by consensus mode (Proposing, Observing, Wrong Ledger, Switched Ledger)", "type": "query", "query": "label_values(traces_span_metrics_calls_total{span_name=\"consensus.ledger_close\"}, xrpl_consensus_mode)", "datasource": {