Added patterns to @GlobalChannelInterceptor (#337)

This commit is contained in:
Marcin Grzejszczak
2016-07-15 15:48:36 +02:00
parent 1ec2bc7833
commit b4bcd531d5
4 changed files with 75 additions and 23 deletions

View File

@@ -520,6 +520,10 @@ 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).