From 291224f3737874243d2cf7b8c5ea13f969d72d1e Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 13 Sep 2016 13:21:07 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-sleuth.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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:

    @@ -1450,6 +1450,18 @@ one that it continues.

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