-
Notifications
You must be signed in to change notification settings - Fork 7.2k
docs: add example on using Langfuse as OpenTelemetry backend #6159
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
base: main
Are you sure you want to change the base?
Conversation
This PR adds an example to the telemetry docs page on using an OpenTelemetry backend to log traces of AutoGen applications.
@microsoft-github-policy-service agree company="Langfuse" |
Hi @ekzhu what do you think about this addition? Let me know if you have any feedback |
I think this is useful though it is using autogen 0.2 version for the code examples. |
Hi @ekzhu, thanks! I just updated the code to use autogen-agentchat. |
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.
I think we should move this to python/docs/src/user-guide/agentchat-user-guide/tracing.ipynb instead of here.
This doc focuses on tracing of the agent runtime.
Thanks @ekzhu, I moved the example to tracing.ipynb |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6159 +/- ##
=======================================
Coverage 80.45% 80.45%
=======================================
Files 237 237
Lines 17880 17880
=======================================
Hits 14386 14386
Misses 3494 3494
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR adds an example to the telemetry docs page on using an OpenTelemetry backend to log traces of AutoGen applications.