diff --git a/multi/multi__integrations.html b/multi/multi__integrations.html index b95972eed..8635dd62b 100644 --- a/multi/multi__integrations.html +++ b/multi/multi__integrations.html @@ -138,5 +138,5 @@ can see an example of how to set up such a custom Executor subscribe events. To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.

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.

[Important]Important

When using the Executor to build a Spring Integration IntegrationFlow remember to use the untraced version of the Executor. -Decorating Spring Integration Executor Channel with TraceableExecutorService will cause the spans to be improperly closed.

15.10 Zuul

We’re registering Zuul filters to propagate the tracing information (the request header is enriched with tracing data). +Decorating Spring Integration Executor Channel with TraceableExecutorService will cause the spans to be improperly closed.

15.10 Zuul

We’re instrumenting the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. To disable Zuul support set the spring.sleuth.zuul.enabled property to false.

\ No newline at end of file diff --git a/single/spring-cloud-sleuth.html b/single/spring-cloud-sleuth.html index 221454978..bc07b162e 100644 --- a/single/spring-cloud-sleuth.html +++ b/single/spring-cloud-sleuth.html @@ -852,5 +852,5 @@ can see an example of how to set up such a custom Executor subscribe events. To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.

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.

[Important]Important

When using the Executor to build a Spring Integration IntegrationFlow remember to use the untraced version of the Executor. -Decorating Spring Integration Executor Channel with TraceableExecutorService will cause the spans to be improperly closed.

15.10 Zuul

We’re registering Zuul filters to propagate the tracing information (the request header is enriched with tracing data). +Decorating Spring Integration Executor Channel with TraceableExecutorService will cause the spans to be improperly closed.

15.10 Zuul

We’re instrumenting the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. To disable Zuul support set the spring.sleuth.zuul.enabled property to false.

16. Running examples

You can find the running examples deployed in the Pivotal Web Services. Check them out in the following links:

\ No newline at end of file diff --git a/spring-cloud-sleuth.xml b/spring-cloud-sleuth.xml index cadcbe509..9cb95bb7f 100644 --- a/spring-cloud-sleuth.xml +++ b/spring-cloud-sleuth.xml @@ -1840,7 +1840,7 @@ Decorating Spring Integration Executor Channel with TraceableExecutorSe
Zuul -We’re registering Zuul filters to propagate the tracing information (the request header is enriched with tracing data). +We’re instrumenting the Zuul Ribbon integration by enriching the Ribbon requests with tracing information. To disable Zuul support set the spring.sleuth.zuul.enabled property to false.