-
Notifications
You must be signed in to change notification settings - Fork 40.8k
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
Implement HttpClient based Zipkin sender #39545
Comments
I wonder if we should only provide an |
Yeah, I think that's a good idea. I'll try to get the |
Blocked until #39049 is merged. |
this is great. looking forward to the removal of the other senders! |
Currently, we have 3 Zipkin senders:
URLConnectionSender
, needs zipkin-sender-urlconnectionWith the changes in #39049, the webclient one will likely be removed, as the Zipkin sender interface is no longer async by default and we have to call
block
.We should implement a JDK
HttpClient
based sender, which can be used without any dependencies.The text was updated successfully, but these errors were encountered: