You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior?
Trace id/span id fields present once in the log records.
What is the actual behavior?
Trace id/span id fields are present in two different places in the log records, once as subkeys of the "attributes", once as top-level "trace_id", "span_id" fields.
Describe your environment
Mac OS X
Python 3.9.6
Steps to reproduce
Run Getting Started, metrics example.
What is the expected behavior?
Trace id/span id fields present once in the log records.
What is the actual behavior?
Trace id/span id fields are present in two different places in the log records, once as subkeys of the "attributes", once as top-level "trace_id", "span_id" fields.
I think it is sufficient to have trace_id/span_id top-level fields.
Additional context
Part of review open-telemetry/community#1751
The text was updated successfully, but these errors were encountered: