diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 61821f305..be4fc3b91 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -440,7 +440,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
Fortunately, for the asynchronous processing you can provide explicit naming.
You can do name the span explicitly via the @SpanName annotation.
The span will be named calculateTax.
It’s pretty rare to create separate classes for By default Spring Cloud Sleuth provides integration with feign via the Part of Feign instrumentation is done via a Part of Feign instrumentation is done via a Runnable or Callable. Typically one creates an anonymous
instance of those classes. You can’t annotate such classes thus to override that, if there is no @SpanName annotation present,
@@ -1438,10 +1438,12 @@ features set spring.sleuth.async.client.enabled to falseFeign
TraceFeignClientAutoConfiguration. You can disable it entirely
-by setting spring.sleuth.feign.enabled to false.spring.sleuth.feign.enabled to false. If you do so then no Feign related instrumentation will take place.
FeignBeanPostProcessor. You can disable it by providing the spring.sleuth.feign.processor.enabled equal to false.FeignBeanPostProcessor. You can disable it by providing the spring.sleuth.feign.processor.enabled equal to false.
+If you set it like this then Spring Cloud Sleuth will not instrument any of your custom Feign components. All the default instrumentation
+however will be still there.
spring.sleuth.integrati
Zuul
-We registering Zuul filters to propagate the tracing information (the request header is enriched with tracing data).
+
We’re registering Zuul filters to propagate the tracing information (the request header is enriched with tracing data).
To disable Zuul support set the spring.sleuth.zuul.enabled property to false.
@@ -1493,7 +1495,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property