diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 024bcfd80..23a821b48 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -2028,6 +2028,10 @@ 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.

+
+

You can define a list of regular expressions for thread names, for which you don’t want a Span to be created. Just provide a comma separated list +of regular expressions in the spring.sleuth.rxjava.schedulers.ignoredthreads property.

+

HTTP integration

@@ -2191,7 +2195,7 @@ To disable Zuul support set the spring.sleuth.zuul.enabled property