From 2913d20957bd5f9f7a78b0d2b1d34c1902647430 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 3 Jun 2016 12:50:06 +0200 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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