mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
Eleven local phase-10 commits, mostly documentation and dashboard-description work, plus one real include fix. No conflicts (git merge-tree reported 0). Reviewed for interaction with this branch: -b50aa17aeeadds <xrpl/consensus/ConsensusSpanNames.h> to RCLConsensus.cpp and PeerImp.cpp. This is the same misc-include-cleaner finding my local clang-tidy run reported on those two files, so the merge resolves two of the 74 pre-existing findings rather than adding any. -8ade2b43d9/7da5ac5992/d18f713f91rename the node-health found-ratio and stored-bytes panels and correct the nudb_bytes and NuDB found-ratio descriptions, then repoint the runbook at the new names. These are the same correction phase-10 made earlier to node_reads_hit -- 'found an object', not a cache hit -- carried through to the panels that render it. - ledger-sync-health.json is untouched by phase-10, so none of this branch's panel work is affected. Verified after merging: naming checker exits 0, its 138 unit tests pass, all 15 dashboards validate, levelization produces no diff, and this branch's own work is intact (4 touch() call sites, the ledgers_behind guard, 54 panels / 18 bargauges).