mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 08:30:30 +00:00
Resolved five files. In each case both sides had content worth keeping, so nothing was taken wholesale: - MetricsRegistry.cpp: kept the incoming `handler` label on the job instruments and re-applied this branch's `queuedDurUs >= 0` guard, which the incoming side does not have. - telemetry-runbook.md: took the incoming gauge table, which adds the three per-job-type rows, and re-applied this branch's corrected `jobq_job_count` name. - 09-data-collection-reference.md: kept this branch's validation inventory (newer counts, extra Config File column) and inserted the incoming call-site and per-job-type gauge rows plus their explanation. - node-health.json: merged structurally rather than by text. This branch's panels are authoritative; only the two incoming job-queue panels were appended, below the existing layout. The `Validated Ledger Seq` panels added directly in Grafana are preserved. - job-queue.json, ledger-data-sync.json: panel sets were identical, so took the incoming side for its `$handler` variable, the handler filter on existing queries, and the new panels. Verified no panel was lost. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>