mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 07:26:51 +00:00
The panel fused queue-wait and execution p99 into a single bargauge, so every job type drew two bars and neither measure could be read on its own. It is now two panels side by side, one measure each, with its own title and description. The panel also ran an instant query over a fixed 5 minute rate window. An instant query always evaluates at "now", so the dashboard time picker had no effect and a network with no samples in the last few minutes rendered empty at every range. The window is now $__range, which ties it to the picker. Repeat direction is vertical. Horizontal repeat with maxPerRow set makes Grafana widen each copy to the full row, which would break the pair.