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

Okhttp callback support #110

Merged
merged 10 commits into from
Oct 13, 2023

Conversation

LikeTheSalad
Copy link
Contributor

Adds support for instrumenting and properly propagating the Context when making calls using OkHttp callbacks (by calling Call.enqueue)

@LikeTheSalad LikeTheSalad requested a review from a team October 10, 2023 09:14
@@ -1,5 +1,7 @@
# Android Instrumentation for OkHttp version 3.0 and higher

# 🚧Work in progress 🚧
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this line because I think we need to warn people not to use this tool until this issue is solved.

Copy link
Contributor

@breedx-splk breedx-splk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Will be interesting to see how we can eliminate the infinite tracing of ourselves. The context key is an interesting approach....

@LikeTheSalad LikeTheSalad merged commit f86a465 into open-telemetry:main Oct 13, 2023
2 checks passed
@LikeTheSalad LikeTheSalad deleted the okhttp-callback-support branch October 13, 2023 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants