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

Improve wrapping jetty response listener #3831

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

laurit
Copy link
Contributor

@laurit laurit commented Aug 12, 2021

Resolves #3826
Jetty response listener can implement multiple interfaces, we need to ensure that after wrapping it implements the same interfaces as it originally did.

Copy link
Contributor

@anuraaga anuraaga left a comment

Choose a reason for hiding this comment

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

Thanks!

@anuraaga anuraaga merged commit 392fc5a into open-telemetry:main Aug 13, 2021
robododge added a commit to robododge/opentelemetry-java-instrumentation that referenced this pull request Aug 13, 2021
@robododge
Copy link
Contributor

This is great, thanks for correcting the Response listener wrapping. Now the Request listener wrapping needs the same treatment. Follow up to fix the Request-side listeners in #3833

robododge added a commit to robododge/opentelemetry-java-instrumentation that referenced this pull request Aug 13, 2021
trask pushed a commit that referenced this pull request Aug 13, 2021
@laurit laurit deleted the jetty-listener-wrap branch August 24, 2021 07:46
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.

jetty-httpclient erroneously returns an empty response when instrumented
5 participants