Currently, the logging spec's Trace Context in Legacy Formats says:
the following field names should be used in legacy formats:
"trace_id" for TraceId, hex-encoded.
"span_id" for SpanId, hex-encoded.
"trace_flags" for trace flags, formatted according to W3C traceflags format.
I think it's worth considering using instead the ECS field names trace.id, span.id and trace.flags.
Related: open-telemetry/opentelemetry-java-instrumentation#7985
cc @AlexanderWert
Currently, the logging spec's Trace Context in Legacy Formats says:
I think it's worth considering using instead the ECS field names
trace.id,span.idandtrace.flags.Related: open-telemetry/opentelemetry-java-instrumentation#7985
cc @AlexanderWert