mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 09:46:53 +00:00
The A1 fix (xrpl_consensus_mode -> consensus_mode) was applied on phase-6, but the phase-8->phase-9 merge conflict resolution for consensus-health.json took phase-9's pre-fix panel base, silently reintroducing all 11 stale xrpl_consensus_mode label references (the spanmetrics label that is never populated — see the original A1 commit). Re-apply the label fix on phase-9: xrpl_consensus_mode -> consensus_mode in every panel expr, legendFormat, and the $consensus_mode template variable's label_values() query. The Grafana variable name $consensus_mode is unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>