Trying to trigger github hook

This commit is contained in:
Marcin Grzejszczak
2016-05-04 13:04:31 +02:00
parent fe7271960d
commit f15aaae2ec

View File

@@ -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: