diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 90e5b31e5..6dbc7ea4a 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -1417,7 +1417,8 @@ on before the Hystrix command was called. To disable the custom Hystrix Concurre
Via the TraceFilter all sampled incoming requests result in creation of a Span. That Span’s name is http: + the path to which
the request was sent. E.g. if the request was sent to /foo/bar then the name will be http:/foo/bar. You can configure which URIs you would
- like to skip via the spring.sleuth.instrument.web.skipPattern property.
spring.sleuth.instrument.web.skipPattern property. If you have ManagementServerProperties on classpath then
+ its value of contextPath gets appended to the provided skip pattern.
All Spring Integration creates spans for publish and subscribe events.
-To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.
Spring Cloud Sleuth integrates with Spring Integration. It creates spans for publish and
+subscribe events. To disable Spring Integration instrumentation, set spring.sleuth.integration.enabled to false.
spring.sleuth.zuul.enabled property