From 9735ba6743a9ad5339444f44fd4915e0471450fa Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Tue, 30 Jan 2018 16:59:10 +0000
Subject: [PATCH] Sync docs from master to gh-pages
---
multi/multi__integrations.html | 2 +-
single/spring-cloud-sleuth.html | 2 +-
spring-cloud-sleuth.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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]](images/important.png) | 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. |
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.
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.