diff --git a/spring-cloud-sleuth.html b/spring-cloud-sleuth.html index da555e2d7..edbbd83cd 100644 --- a/spring-cloud-sleuth.html +++ b/spring-cloud-sleuth.html @@ -1426,7 +1426,7 @@ This approach may change in the future towards being lazy on this matter.

Span lifecycle

-

You can do the following operations on the Span by means of Tracer interface:

+

You can do the following operations on the Span by means of org.springframework.cloud.sleuth.Tracer interface:

+
+ + + + + +
+
Tip
+
+Spring creates the instance of Tracer for you. In order to use it all you need is to just autowire it. +
+

Creating and closing spans