diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index b112e297e..f7d8006de 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -1417,7 +1417,7 @@ 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. If you have ManagementServerProperties on classpath then
+ like to skip via the spring.sleuth.web.skipPattern property. If you have ManagementServerProperties on classpath then
its value of contextPath gets appended to the provided skip pattern.
We’re injecting a RestTemplate interceptor that ensures that all the tracing information is passed to the requests. Each time a
call is made a new Span is created. It gets closed upon receiving the response. In order to block the synchronous RestTemplate features
-just set spring.sleuth.client.enabled to false.
spring.sleuth.web.client.enabled to false.
Custom instrumentation is set to create and close Spans upon sending and receiving requests. To block the AsyncRestTemplate
-features set spring.sleuth.async.client.enabled to false.
spring.sleuth.web.async.client.enabled to false.
spring.sleuth.zuul.enabled property