Sync docs from master to gh-pages

This commit is contained in:
Marcin Grzejszczak
2016-03-10 09:50:06 +01:00
parent e2854b9240
commit 6986015679

View File

@@ -1417,7 +1417,8 @@ on before the Hystrix command was called. To disable the custom Hystrix Concurre
<div class="paragraph">
<p>Via the <code>TraceFilter</code> all sampled incoming requests result in creation of a Span. That Span&#8217;s name is <code>http:</code> + the path to which
the request was sent. E.g. if the request was sent to <code>/foo/bar</code> then the name will be <code>http:/foo/bar</code>. You can configure which URIs you would
like to skip via the <code>spring.sleuth.instrument.web.skipPattern</code> property.</p>
like to skip via the <code>spring.sleuth.instrument.web.skipPattern</code> property. If you have <code>ManagementServerProperties</code> on classpath then
its value of <code>contextPath</code> gets appended to the provided skip pattern.</p>
</div>
</div>
<div class="sect3">
@@ -1490,8 +1491,8 @@ are creating Spans each time a new task is submitted, invoked or scheduled.</p>
<div class="sect2">
<h3 id="_messaging">Messaging</h3>
<div class="paragraph">
<p>All <a href="http://projects.spring.io/spring-integration/">Spring Integration</a> creates spans for publish and subscribe events.
To disable Spring Integration instrumentation, set <code>spring.sleuth.integration.enabled</code> to false.</p>
<p>Spring Cloud Sleuth integrates with <a href="http://projects.spring.io/spring-integration/">Spring Integration</a>. It creates spans for publish and
subscribe events. To disable Spring Integration instrumentation, set <code>spring.sleuth.integration.enabled</code> to false.</p>
</div>
</div>
<div class="sect2">
@@ -1506,7 +1507,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-08 17:45:43 CET
Last updated 2016-03-09 18:58:32 CET
</div>
</div>
</body>