Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2016-08-29 13:10:57 +00:00
parent a6cd951b10
commit b0674c90fe

View File

@@ -505,6 +505,19 @@ annotations (tags), the ID of the span that caused them, and process ID’s
<p>Spans are started and stopped, and they keep track of their timing information. Once you create a
span, you must stop it at some point in the future.</p>
</div>
<div class="admonitionblock tip">
<table>
<tr>
<td class="icon">
<div class="title">Tip</div>
</td>
<td class="content">
The initial span that starts a trace is called a <code>root span</code>. The value of span id
of that span is equal to trace id.
</td>
</tr>
</table>
</div>
<div class="paragraph">
<p><strong>Trace:</strong> A set of spans forming a tree-like structure. For example, if you are running a distributed
big-data store, a trace might be formed by a put request.</p>
@@ -2361,7 +2374,7 @@ To disable Zuul support set the <code>spring.sleuth.zuul.enabled</code> property
</div>
<div id="footer">
<div id="footer-text">
Last updated 2016-08-29 10:19:04 UTC
Last updated 2016-08-29 13:09:11 UTC
</div>
</div>
</body>