From a4328325c9a71ca5c8836a5012e12bdbd8c48461 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 15 Jul 2016 08:55:28 +0200 Subject: [PATCH] Revert "Updated docs" This reverts commit 7d0b8f62c279b7b73d998cb3d6255a0876194384. --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index edfa905e9..351d35172 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -520,10 +520,6 @@ the same as the ones sent in HTTP (they contain a `-`) in its name. For the sake 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. -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 -are included. - === Zuul We're registering Zuul filters to propagate the tracing information (the request header is enriched with tracing data).