See specification here https://github.com/open-telemetry/opentelemetry-specification/blob/v1.39.0/specification/logs/event-api.md#emit-event
Right now we accept specific fields from SpanContext which doesn't handle extra context stuff like baggage
|
trace_id: Optional[int] = None, |
|
span_id: Optional[int] = None, |
|
trace_flags: Optional["TraceFlags"] = None, |
See specification here https://github.com/open-telemetry/opentelemetry-specification/blob/v1.39.0/specification/logs/event-api.md#emit-event
Right now we accept specific fields from SpanContext which doesn't handle extra context stuff like baggage
opentelemetry-python/opentelemetry-api/src/opentelemetry/_events/__init__.py
Lines 38 to 40 in 2ddb076