Tag: otel
-
How to get TraceId and SpanID from OTEL Tracing
0 I am using SpringBoot and Graphql for a module as well using OTEL. I need spanID and traceID in the logs of the application. trace_id: OTel trace trace id, must be present in every log record produced in request context. span_id: OTel trace span id, must be present in every log record produced in…