mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
Only SpanGuard carried addEvent(name, attrs), so a call site holding a scoped guard could not record an event attribute. Forwarding overload, with the no-op twin in the telemetry-disabled stub, so a span can be converted between scoped and unscoped without dropping the attributes on its events.