Sync docs from master to gh-pages
This commit is contained in:
@@ -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’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’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>
|
||||
|
||||
Reference in New Issue
Block a user