diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 567ae00e2..3b2283a1c 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -464,6 +464,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
RxJavaSchedulersHook to add support for RxJava SchedulersRxJavaSchedulersHook to add support for RxJava SchedulersWe’re registering a custom https://github.com/ReactiveX/RxJava/wiki/Plugins#rxjavaschedulershook [RxJavaSchedulersHook]
+that wraps all Action0 instances into their Sleuth representative -
+the TraceAction. The hook either starts or continues a span depending on the fact whether tracing was already going
+on before the Action was scheduled. To disable the custom RxJavaSchedulersHook set the spring.sleuth.rxjava.schedulers.hook.enabled to false.
Features from this section can be disabled by providing the spring.sleuth.web.enabled property with value equal to false.
spring.sleuth.zuul.enabled property