From f4742bf9b2b2e20d87ee7c23f404339ca2fa5ead Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 27 Dec 2016 07:54:31 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index 9438def65..e03cb2803 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -2439,6 +2439,18 @@ by setting the value of spring.sleuth.scheduled.enabled to fa spring.sleuth.scheduled.skipPattern with a regular expression that will match the fully qualified name of the @Scheduled annotated class.

+
+ + + + + +
+
Tip
+
+If you are using spring-cloud-sleuth-stream and spring-cloud-netflix-hystrix-stream together, Span will be created for each Hystrix metrics and sent to Zipkin. This may be annoying. You can prevent this by setting spring.sleuth.scheduled.skipPattern=org.springframework.cloud.netflix.hystrix.stream.HystrixStreamTask +
+

Executor, ExecutorService and ScheduledExecutorService