docs: add Asqav to external tracing processors list#2859
docs: add Asqav to external tracing processors list#2859seratch merged 3 commits intoopenai:mainfrom
Conversation
seratch
left a comment
There was a problem hiding this comment.
I am not sure if the module you just added works, plus the linked document does not mention tracing at all. So, we can't have this change yet.
|
Thanks for flagging both issues, @seratch. You're right that the docs page at asqav.com/docs/integrations doesn't currently cover tracing for the Agents SDK - it only documents the guardrail integration and general OpenTelemetry export separately. The |
|
Tracing docs are live at https://asqav.com/docs/integrations#openai-agents - covers AsqavTracingProcessor usage, all four signed events (trace:start/end, span:start/end), constructor params, and shutdown behavior. Let me know if anything else is needed. |
Summary
Add Asqav to the external tracing processors list. Asqav now implements the
TracingProcessorinterface viaAsqavTracingProcessor(added in commit 807e695), which signs trace and span lifecycle events as governance records.This follows up on the feedback from #2858, where @seratch noted the page lists only integrations supporting the tracing interface. Asqav previously only had a guardrail integration - it now supports tracing as well.
asqav.extras.openai_agentsTest plan
docs/tracing.md)Issue number
Follow-up to #2858
Checks
make lintandmake format