Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,9 @@ class Span(trace_api.Span, ReadableSpan):
parent: This span's parent's `opentelemetry.trace.SpanContext`, or
None if this is a root span
sampler: The sampler used to create this span
trace_config: TODO
trace_config: Unused. Originally intended for trace-level configuration
from the OpenTelemetry protocol, but the upstream ``TraceConfig``
proto was removed. Retained for backwards compatibility.
resource: Entity producing telemetry
attributes: The span's attributes to be exported
events: Timestamped events to be exported
Expand Down
Loading