Added support for Feign + OkHttpClient + Sleuth
without this change we get exceptions related to not being able to extend a final class with this change we're not wrapping any final types and we have a custom bean post processor for okhttp fixes #513
This commit is contained in:
@@ -594,7 +594,7 @@ subscribe events. To disable Spring Integration instrumentation, set `spring.sle
|
||||
Spring Cloud Sleuth up till version 1.0.4 is sending invalid tracing headers when using messaging. Those headers are actually
|
||||
the same as the ones sent in HTTP (they contain a `-`) in its name. For the sake of
|
||||
backwards compatibility in 1.0.4 we've started sending both valid and invalid headers. Please upgrade to 1.0.4 because
|
||||
in Spring Cloud Sleuth 1.1 we will remove the support for the deprecated headers.
|
||||
in Spring Cloud Sleuth 1.2 we will remove the support for the deprecated headers.
|
||||
|
||||
Since 1.0.4 you can provide the `spring.sleuth.integration.patterns` pattern to explicitly
|
||||
provide the names of channels that you want to include for tracing. By default all channels
|
||||
|
||||
Reference in New Issue
Block a user