mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 02:36:47 +00:00
Several close-time panels showed raw codes/booleans and unreadable time-bar-charts. Relabel and re-visualize them so each reads clearly: - Close-Time Proposal Spread (was "Close Time Bin Distribution"): corrected a wrong description (it claimed per-node proposals; the metric is the number of DISTINCT close-time positions peers proposed per round, rawCloseTimes.peers.size()). Converted the time-barchart (unreadable timestamp axis) to a horizontal bar gauge summing rounds per distinct-position count. - Consensus Outcome Distribution: renameByRegex maps the raw consensus_state codes to human labels (yes->Agreed, moved_on->Moved On (partial), expired->Expired (timeout), no->No Consensus); value mappings alone do not relabel pie legends. - Close-Time Agreement Rate (was "Close Time Agreement"): legend relabelled from "close_time_correct=true/false" to Agreed/Disagreed. - Close-Time Resolution Change (was "Close Time Resolution Direction"): converted to a bar gauge; increased/decreased/unchanged relabelled to Coarser (more disagreement) / Finer (better agreement) / Steady. All four verified by rendering the panels to PNG via the Grafana image renderer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>