mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +00:00
Delete TracingInstrumentation.h and replace all XRPL_TRACE_* macro invocations with direct SpanGuard::rpcSpan() calls. SpanGuard's pimpl design and global Telemetry accessor eliminate the need for macro wrappers and explicit Telemetry instance passing at call sites. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
XRPL Source Guidelines
Each folder contains a single module following the newest style:
- One class per header
- As much implementation hidden as possible
- All major interfaces are abstract
- Every class is documented
- Each module focuses on solving one problem