Sync docs from 1.0.x to gh-pages

This commit is contained in:
buildmaster
2016-09-13 15:24:58 +00:00
parent 291224f373
commit ac3a82c7e9

View File

@@ -1409,7 +1409,7 @@ This approach may change in the future towards being lazy on this matter.
<h2 id="_span_lifecycle">Span lifecycle</h2>
<div class="sectionbody">
<div class="paragraph">
<p>You can do the following operations on the Span by means of <strong>Tracer</strong> interface:</p>
<p>You can do the following operations on the Span by means of <strong>org.springframework.cloud.sleuth.Tracer</strong> interface:</p>
</div>
<div class="ulist">
<ul>
@@ -1433,6 +1433,18 @@ one that it continues.</p>
</li>
</ul>
</div>
<div class="admonitionblock tip">
<table>
<tr>
<td class="icon">
<div class="title">Tip</div>
</td>
<td class="content">
Spring creates the instance of <code>Tracer</code> for you. In order to use it all you need is to just autowire it.
</td>
</tr>
</table>
</div>
<div class="sect2">
<h3 id="creating-and-closing-spans">Creating and closing spans</h3>
<div class="paragraph">