Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-08-22 09:37:54 +00:00
parent 939b4442c7
commit 5b2cfaac0e
3 changed files with 16 additions and 4 deletions

View File

@@ -1689,6 +1689,10 @@ For example, if the request was sent to <literal>/this/that</literal> then the n
You can configure which URIs you would like to skip by setting the <literal>spring.sleuth.web.skipPattern</literal> property.
If you have <literal>ManagementServerProperties</literal> on classpath, its value of <literal>contextPath</literal> gets appended to the provided skip pattern.
If you want to reuse the Sleuth&#8217;s default skip patterns and just append your own, pass those patterns by using the <literal>spring.sleuth.web.additionalSkipPattern</literal>.</simpara>
<simpara>To change the order of tracing filter registration, please set the
<literal>spring.sleuth.web.filter-order</literal> property.</simpara>
<simpara>To disable the filter that logs uncaught exceptions you can disable the
<literal>spring.sleuth.web.exception-throwing-filter-enabled</literal> property.</simpara>
</section>
<section xml:id="_handlerinterceptor">
<title>HandlerInterceptor</title>
@@ -1710,6 +1714,8 @@ For example, if the request was sent to <literal>/this/that</literal>, the name
You can configure which URIs you would like to skip by using the <literal>spring.sleuth.web.skipPattern</literal> property.
If you have <literal>ManagementServerProperties</literal> on the classpath, its value of <literal>contextPath</literal> gets appended to the provided skip pattern.
If you want to reuse Sleuth&#8217;s default skip patterns and append your own, pass those patterns by using the <literal>spring.sleuth.web.additionalSkipPattern</literal>.</simpara>
<simpara>To change the order of tracing filter registration, please set the
<literal>spring.sleuth.web.filter-order</literal> property.</simpara>
</section>
<section xml:id="_dubbo_rpc_support">
<title>Dubbo RPC support</title>