-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Python zero-code instrumentation does not use bytecode injection #5089
Comments
Huh, I had thought maybe this was some shared text but it seems this was only written for the Python docs. Yeah, this should change. |
Hi @aabmass! Feel free to assign to me, I'm happy to contribute and update this documentation. |
@CFly17 we don't assign issues in this repo, but feel free to just send a PR and we'll gladly review it. |
attempting to fix failed checks for
After pushing what I believe to be the fixes, I proceeded to sync with main and the checks stopped. |
is this fixed via #5130? |
Yes @svrnm. But my merged PR left behind an unused refcache link. |
I guess we have many of those, so do not worry about it ;-) |
https://opentelemetry.io/docs/zero-code/python/
The intro paragraph says
But this is not accurate. We use monkey patching in almost all cases.
The text was updated successfully, but these errors were encountered: