-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: add tracing to aibridge #21106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
📚 Documentation Check✅ Updates Needed
📝 New Docs NeededNone - the existing monitoring documentation structure is sufficient. ContextThis PR adds OpenTelemetry tracing support to AI Bridge by threading a The AI Bridge monitoring documentation already covers metrics and logging but doesn't mention tracing. A brief addition would help users understand they can now get distributed traces for AI Bridge requests when tracing is enabled on the Coder deployment. This comment was generated by an AI Agent through Coder Tasks |
dannykopping
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Co-authored-by: Danny Kopping <danny@coder.com>
Adds tracing for AIBridge.
Updates github.com/coder/aibridge version from
v0.2.2tov0.3.0Depends on: coder/aibridge#63
Fixes: coder/aibridge#26