mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +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>