mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
Replace rpcSpan(), txSpan(), consensusSpan(), peerSpan(), ledgerSpan() with a single span(TraceCategory, prefix, name) factory method. Adding a new traceable subsystem now requires only a new enum value and one switch case — no new methods or header changes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>