From a2bc8be740535331b8e0f70df096974b3141bc62 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Mon, 7 Mar 2016 16:24:00 +0100 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 57 +++++++++++++++++++++++++++++++++++----- 1 file changed, 50 insertions(+), 7 deletions(-) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 03ea1e4fb..61821f305 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -417,9 +417,55 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b .show-for-print{display:inherit!important}} - +
@@ -1316,10 +1362,7 @@ Callable<String> traceCallableFromTracer = tracer.wrap(callable);We’re registering a custom HystrixConcurrencyStrategy that wraps all Callable instances into their Sleuth representative - the TraceCallable. The strategy either starts or continues a span depending on the fact whether tracing was already going -on before the Hystrix command was called.

-
-
-

To disable the custom Hystrix Concurrency Strategy set the spring.sleuth.hystrix.strategy.enabled to false.

+on before the Hystrix command was called. To disable the custom Hystrix Concurrency Strategy set the spring.sleuth.hystrix.strategy.enabled to false.

@@ -1435,7 +1478,7 @@ are creating Spans each time a new task is submitted, invoked or scheduled.

Messaging

All Spring Integration creates spans for publish and subscribe events. -To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.

+To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.

@@ -1450,7 +1493,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property