Sync docs from master to gh-pages

This commit is contained in:
Marcin Grzejszczak
2016-04-04 17:27:52 +02:00
parent 230b02655e
commit 4d459285c6

View File

@@ -464,6 +464,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
<ul class="sectlevel2">
<li><a href="#_runnable_and_callable">Runnable and Callable</a></li>
<li><a href="#_hystrix">Hystrix</a></li>
<li><a href="#__code_rxjavaschedulershook_code_to_add_support_for_code_rxjava_code_schedulers"><code>RxJavaSchedulersHook</code> to add support for <code>RxJava</code> Schedulers</a></li>
<li><a href="#_http_integration">HTTP integration</a></li>
<li><a href="#_http_client_integration">HTTP client integration</a></li>
<li><a href="#_feign">Feign</a></li>
@@ -1403,7 +1404,7 @@ started quickly). For a more robust solution you can add MySQL and
sleuth:
enabled: false
zipkin:
store:
storage:
type: mysql</code></pre>
</div>
</div>
@@ -1574,6 +1575,15 @@ on before the Hystrix command was called. To disable the custom Hystrix Concurre
</div>
</div>
<div class="sect2">
<h3 id="__code_rxjavaschedulershook_code_to_add_support_for_code_rxjava_code_schedulers"><code>RxJavaSchedulersHook</code> to add support for <code>RxJava</code> Schedulers</h3>
<div class="paragraph">
<p>We&#8217;re registering a custom <a href="https://github.com/ReactiveX/RxJava/wiki/Plugins#rxjavaschedulershook" class="bare">https://github.com/ReactiveX/RxJava/wiki/Plugins#rxjavaschedulershook</a> [<code>RxJavaSchedulersHook</code>]
that wraps all <code>Action0</code> instances into their Sleuth representative -
the <code>TraceAction</code>. The hook either starts or continues a span depending on the fact whether tracing was already going
on before the Action was scheduled. To disable the custom RxJavaSchedulersHook set the <code>spring.sleuth.rxjava.schedulers.hook.enabled</code> to <code>false</code>.</p>
</div>
</div>
<div class="sect2">
<h3 id="_http_integration">HTTP integration</h3>
<div class="paragraph">
<p>Features from this section can be disabled by providing the <code>spring.sleuth.web.enabled</code> property with value equal to <code>false</code>.</p>
@@ -1698,7 +1708,7 @@ To disable Zuul support set the <code>spring.sleuth.zuul.enabled</code> property
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-03-22 10:35:30 CET
Last updated 2016-04-04 16:56:54 CEST
</div>
</div>
</body>