From f15aaae2ecfcd6ddd472b1a4bb108fed942e0e9d Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Wed, 4 May 2016 13:04:31 +0200 Subject: [PATCH] Trying to trigger github hook --- docs/src/main/asciidoc/spring-cloud-sleuth.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc index f8eb3103d..dd344dea5 100644 --- a/docs/src/main/asciidoc/spring-cloud-sleuth.adoc +++ b/docs/src/main/asciidoc/spring-cloud-sleuth.adoc @@ -460,8 +460,8 @@ however will be still there. ==== @Async annotated methods -In Spring Cloud Sleuth we're instrumenting async related components so that the tracing information is passed between threads. You can disable this behaviour -by setting the value of `spring.sleuth.async.enabled` to `false`. +In Spring Cloud Sleuth we're instrumenting async related components so that the tracing information is passed between threads. +You can disable this behaviour by setting the value of `spring.sleuth.async.enabled` to `false`. If you annotate your method with `@Async` then we'll automatically create a new Span with the following characteristics: