-
Notifications
You must be signed in to change notification settings - Fork 109
adding pydantic ai docs #2082
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
adding pydantic ai docs #2082
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@gkarthi-signoz If someone wants to monitor all of metrics, traces and logs will they have to add the steps you have mentioned in each section? Will just auto-instrumentation not work? @makeavish do you have any understanding if just auto instrumentation will work? |
Auto instrumentation should work. Eg: https://www.braintrust.dev/docs/integrations/pydantic-ai |
|
@makeavish the braintrust docs you gave still needs TracerProvider() to be created. So, this is still not complete auto instrumentation, right? I was thinking if something like https://signoz.io/docs/instrumentation/opentelemetry-python/#send-traces-to-signoz-cloud would work |
It should be possible to just use opentelemetry-instrument instead of TracerProvider() as it also enables global tracer which is needed by Agent.instrument_all(). Official docs reference - https://pypi.org/project/opentelemetry-instrumentation/?utm_source=chatgpt.com#:~:text=This%20will%20also%20configure%20a%20global%20tracer%20and%20tracing%20exporter%20as%20well%20as%20a%20meter%20and%20meter%20exporter I suggest @gkarthi-signoz verifies this and use auto instrumentation where ever possible |
No description provided.