mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-23 23:20:33 +00:00
- Rename file-local thread_local globals to the .clang-tidy convention (GlobalVariablePrefix "g" + CamelCase), keeping the Tls marker: tlsPendingTraceId -> gTlsPendingTraceId, tlsPendingConsumed -> gTlsPendingConsumed. - Add direct includes for opentelemetry trace_id.h / span_id.h (header uses TraceId/SpanId in signatures) and sdk/trace/id_generator.h (.cpp references IdGenerator directly) to satisfy misc-include-cleaner. Both verified clean with clang-tidy against a telemetry-enabled compile DB. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>