Skip to content
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

Patch using opentelemetry-instrumentation-threading #953

Merged
merged 5 commits into from
Aug 8, 2024

Conversation

trevorriles
Copy link
Contributor

This solves some context passing issues when crossing thread boundaries. It also upgrades opentelemetry libs to 1.25.0, which is the release that includes official python 3.12 support.

We apply the instrumentation in this case as a side-effect, similar to how we do the gevent monkey patching.

This should help track context across threads in baseplate services
@trevorriles trevorriles requested a review from a team as a code owner July 30, 2024 14:36
@trevorriles
Copy link
Contributor Author

Will fix up these errors after lunch. It seems like the exceptions are now stored with the full classpath.

@trevorriles trevorriles merged commit 6c5d467 into develop Aug 8, 2024
5 checks passed
@trevorriles trevorriles deleted the feat/threading-instrumentation branch August 8, 2024 16:44
trevorriles pushed a commit that referenced this pull request Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants