diff --git a/2.1.x/multi/multi__integrations.html b/2.1.x/multi/multi__integrations.html index 158415522..0b4fd0e4a 100644 --- a/2.1.x/multi/multi__integrations.html +++ b/2.1.x/multi/multi__integrations.html @@ -72,7 +72,7 @@ For example, if the request was sent to /this/that, You can configure which URIs you would like to skip by using the spring.sleuth.web.skipPattern property. If you have ManagementServerProperties on the classpath, its value of contextPath 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 spring.sleuth.web.additionalSkipPattern.

To change the order of tracing filter registration, please set the -spring.sleuth.web.filter-order property.

15.5.5 Dubbo RPC support

Via the integration with Brave, Spring Cloud Sleuth supports Dubbo. +spring.sleuth.web.filter-order property.

15.5.5 Dubbo RPC support

Via the integration with Brave, Spring Cloud Sleuth supports Dubbo. It’s enough to add the brave-instrumentation-dubbo-rpc dependency:

<dependency>
     <groupId>io.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-dubbo-rpc</artifactId>
diff --git a/2.1.x/single/spring-cloud-sleuth.html b/2.1.x/single/spring-cloud-sleuth.html
index 9b724f3cc..25177a571 100644
--- a/2.1.x/single/spring-cloud-sleuth.html
+++ b/2.1.x/single/spring-cloud-sleuth.html
@@ -906,7 +906,7 @@ For example, if the request was sent to /this/that,
 You can configure which URIs you would like to skip by using the spring.sleuth.web.skipPattern property.
 If you have ManagementServerProperties on the classpath, its value of contextPath 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 spring.sleuth.web.additionalSkipPattern.

To change the order of tracing filter registration, please set the -spring.sleuth.web.filter-order property.

15.5.5 Dubbo RPC support

Via the integration with Brave, Spring Cloud Sleuth supports Dubbo. +spring.sleuth.web.filter-order property.

15.5.5 Dubbo RPC support

Via the integration with Brave, Spring Cloud Sleuth supports Dubbo. It’s enough to add the brave-instrumentation-dubbo-rpc dependency:

<dependency>
     <groupId>io.zipkin.brave</groupId>
     <artifactId>brave-instrumentation-dubbo-rpc</artifactId>
diff --git a/2.1.x/spring-cloud-sleuth.xml b/2.1.x/spring-cloud-sleuth.xml
index f6464d545..63f803ba4 100644
--- a/2.1.x/spring-cloud-sleuth.xml
+++ b/2.1.x/spring-cloud-sleuth.xml
@@ -1840,7 +1840,7 @@ If you want to reuse Sleuth’s default skip patterns and append your own, p
 
 
Dubbo RPC support -Via the integration with Brave, Spring Cloud Sleuth supports Dubbo. +Via the integration with Brave, Spring Cloud Sleuth supports Dubbo. It’s enough to add the brave-instrumentation-dubbo-rpc dependency: <dependency> <groupId>io.zipkin.brave</groupId>