From ac3a82c7e9f4f596c3797872b6ff4d036bf7e40f Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 13 Sep 2016 15:24:58 +0000 Subject: [PATCH] Sync docs from 1.0.x to gh-pages --- 1.0.x/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/1.0.x/index.html b/1.0.x/index.html index 5e1b5aa83..ca967c5fe 100644 --- a/1.0.x/index.html +++ b/1.0.x/index.html @@ -1409,7 +1409,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:

    @@ -1433,6 +1433,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