module documentation

OpenTelemetry interceptor that creates/propagates spans.

Class TracingInterceptor Interceptor that supports client and worker OpenTelemetry span creation and propagation.
Class TracingWorkflowInboundInterceptor Tracing interceptor for workflow calls.
Class workflow Contains static methods that are safe to call from within a workflow.
Variable default_text_map_propagator Default text map propagator used by TracingInterceptor.
Class _CompletedWorkflowSpanParams Undocumented
Class _InputWithHeaders Undocumented
Class _TracingActivityInboundInterceptor Undocumented
Class _TracingClientOutboundInterceptor Undocumented
Class _TracingWorkflowOutboundInterceptor Undocumented
Class _WorkflowExternFunctions Undocumented
Type Alias _CarrierDict Undocumented
Variable _interceptor_context_key Undocumented
default_text_map_propagator = (source)

Default text map propagator used by TracingInterceptor.

_CarrierDict: TypeAlias = (source)

Undocumented

Value
Dict[str, opentelemetry.propagators.textmap.CarrierValT]
_interceptor_context_key = (source)

Undocumented