mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
Three dashboards had layout faults that Grafana renders as visible artifacts. On Node Health, two row headers carried the same title as the panel directly beneath them -- "Cache Hit Rates" and "Object Instance Counts" each appeared twice, once as a row bar and once as a panel. Rename the rows to "Caches" and "Object Instances"; the panels keep their names. Worse on the same dashboard, seven bands summed to 48 columns on a 24-column grid, because the Extended Metrics block reused the y-space already occupied by NodeStore I/O. Grafana cannot lay that out deterministically, which is what produced the artifacts. RPC Performance and Transaction Overview each had blank bands -- one row and eight rows respectively -- left behind by earlier panel moves. Repack all three grids so every band fits 24 columns, each band starts where the previous one ends, and rows stay full-width single-height anchors. Panel order, panel count and every panel's own width and height are unchanged; only position moves.