Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2019-08-27 07:58:02 +00:00
parent 80505be2f3
commit 5ba7e1fc83
2 changed files with 2 additions and 0 deletions

View File

@@ -2944,6 +2944,7 @@ Callable<String> traceCallableFromTracer = this.tracing.currentTraceContex
<div class="paragraph">
<p>We register a custom <a href="https://github.com/Netflix/Hystrix/wiki/Plugins#concurrencystrategy"><code>HystrixConcurrencyStrategy</code></a> called <code>TraceCallable</code> that wraps all <code>Callable</code> instances in their Sleuth representative.
The strategy either starts or continues a span, depending on whether tracing was already going on before the Hystrix command was called.
Optionally, you can set <code>spring.sleuth.hystrix.strategy.passthrough</code> to <code>true</code> to just propagate the trace context to the Hystrix execution thread if you don&#8217;t wish to start a new span.
To disable the custom Hystrix Concurrency Strategy, set the <code>spring.sleuth.hystrix.strategy.enabled</code> to <code>false</code>.</p>
</div>
</div>