FiddlerSpanProcessor
Span processor that automatically propagates attributes from parent to child spans.
Type: ClassVar[list[str]]
ClassVar[list[str]]
Values:
'gen_ai.agent.name'
'gen_ai.agent.id'
'gen_ai.conversation.id'
'session.id'
'user.id'
Called when a span starts. Automatically propagates attributes from parent.
span
Span
✗
None
The span being started
parent_context
`Context
None`
Last updated 19 days ago
Was this helpful?