mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 16:40:20 +00:00
Add reference entries for the observability surface introduced on phase-9: the `handler` label on the job instruments, the five `getobject_*` request metrics, and the per-job-type queue saturation gauges. Names here follow this branch's StatsD pipeline, which preserves case and carries the `xrpld_` prefix, so they differ from the lowercased OTel-native names used from phase-7 onward. The sections state where the implementing code lives, since it is introduced downstream. Also correct pre-existing entries: `job_count` exports as `jobq_job_count` via the collector group prefix, the non-special job type count is 35 (not 36), and `JtLedgerData` has five producers. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>