-
Notifications
You must be signed in to change notification settings - Fork 872
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
Jetty httpclient support #2837
Comments
Hey @robododge, |
Hi @mateuszrzeszutek , I have some jetty-client instrumentation now working.
the Jetty-9 client should work for both Jetty 9&10. I have not touched Jetty 11 or newer. I will need to refactor and build the proper library and testing modules. Should I submit a PR when I have it cleaned up? |
hey @robododge, yes, that would be great!! |
Hi @trask, sorry it took me so long. Learning the ropes of the testing framework here was a bit of a battle. But, I have something mostly working for jetty client v9. I have some questions that I put in the PR. Here they are.
EDIT - I am getting good feedback on these questions in #3079 |
Hello, my company has a large distributed java platform that has centralized http communication. All communication is routed through the Jetty http client. Looking at the source code in opentelemetry-java-instrumentation, I can only find java instrumentation for Jetty on the server side.
Of course we loose the OpenTelemerty span propagation as http calls progress through the JettyHttp client. I am wondering if there is interest in OpenTelemetry support for the JettyHttp client?
The text was updated successfully, but these errors were encountered: