You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinConfigurations.UrlConnectionSenderConfiguration#urlConnectionSender auto-configuration feeds the timeouts for connect and read to the URLConnectionSender as seconds. URLConnectionSender needs them as milliseconds though.
The text was updated successfully, but these errors were encountered:
The
org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinConfigurations.UrlConnectionSenderConfiguration#urlConnectionSender
auto-configuration feeds the timeouts for connect and read to theURLConnectionSender
as seconds.URLConnectionSender
needs them as milliseconds though.The text was updated successfully, but these errors were encountered: