From fa6b26f7dd6f4481e9f555eaa96cd3b16c48f4ee 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.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 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.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, 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>