From 523625846ead64b3b388bb5992d1439b38bb2b80 Mon Sep 17 00:00:00 2001
From: buildmaster /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.
Via the integration with Brave, Spring Cloud Sleuth supports Dubbo.
+spring.sleuth.web.filter-order property.
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.0.x/single/spring-cloud-sleuth.html b/2.0.x/single/spring-cloud-sleuth.html index 1f847b62a..ea0a908f2 100644 --- a/2.0.x/single/spring-cloud-sleuth.html +++ b/2.0.x/single/spring-cloud-sleuth.html @@ -827,7 +827,7 @@ For example, if the request was sent to/this/that, You can configure which URIs you would like to skip by using thespring.sleuth.web.skipPatternproperty. If you haveManagementServerPropertieson the classpath, its value ofcontextPathgets 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 thespring.sleuth.web.additionalSkipPattern.To change the order of tracing filter registration, please set the -
spring.sleuth.web.filter-orderproperty.
Via the integration with Brave, Spring Cloud Sleuth supports Dubbo.
+spring.sleuth.web.filter-order property.
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.0.x/spring-cloud-sleuth.xml b/2.0.x/spring-cloud-sleuth.xml index beae9b7e0..d47470d93 100644 --- a/2.0.x/spring-cloud-sleuth.xml +++ b/2.0.x/spring-cloud-sleuth.xml @@ -1749,7 +1749,7 @@ If you want to reuse Sleuth’s default skip patterns and append your own, pDubbo 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>