Rename span_id to spanId and trace_id to traceId #5528
Unanswered
rakesh-eltropy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
the names span_id and trace_id are specified here: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/logging_trace_context.md#overview though there's an open issue for renaming these to spanId and traceId: open-telemetry/opentelemetry-specification#3518 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All, Otel Java agent is automatically providing trace_id and span_id.
DEBUG org.springframework.web.servlet.DispatcherServlet:1135 - Completed 200 OK {span_id=c1fa3ed7625b1162, trace_flags=01, trace_id=702867124dd946a9a91d7abda6c3ca6d}
Is there a way to rename span_id to spanId and trace_id to traceId?
We want to do this to make it consistent with our golang apps traces..
Beta Was this translation helpful? Give feedback.
All reactions