mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 00:20:41 +00:00
Post-deploy verification against Grafana Cloud found two problems on the job-queue dashboard. Every aggregating panel's displayName names four labels, but the queries aggregate with `sum by (...)` lists that omit `xrpl_work_item`, so that part of the legend rendered as an unresolved reference. Pre-existing, but splitting the wait and execution panels by job type made the legend load-bearing, so it is fixed here: `xrpl_work_item` is added to the ten affected sum-by lists. The two panels split by job type in the previous commit also kept their seven-section descriptions. They now carry the same ten sections as the rest, and their glossary links point at the real `job-queue-job-type` anchor rather than a `job-queue` anchor that does not exist. Verified no dashboard links a glossary anchor that is absent. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>