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
+ |
+