diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 6d842cbf4..8f3dd4a3a 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -2626,12 +2626,6 @@ are creating Spans each time a new task is submitted, invoked or scheduled.
subscribe events. To disable Spring Integration instrumentation, setspring.sleuth.integration.enabled to false.
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.
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
are included.