mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
Number of rounds is an integer, but avg_over_time(establish_count) produced fractional values (2.1). Switch the Rounds panel to count_over_time() by (span.establish_count): one integer series per round count (1/2/3...), showing how many ledgers needed that many establish rounds — the meaningful distribution, inherently integer (decimals=0). Apply dashboard rule 9: panels with a right-side table legend take full width. Widen "Consensus Rounds per Ledger" and "Consensus Outcome Distribution" to w=24 and re-tile the dashboard. Verified via the Grafana proxy: rounds=2 dominates (~11-12 ledgers), rounds=3 occasional. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>