Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2017-02-24 11:07:51 +00:00
parent c11af8f088
commit 73ca1df897

View File

@@ -1657,6 +1657,20 @@ Always clean after you create a span! Don’t forget to close a span if you
</tr>
</table>
</div>
<div class="admonitionblock important">
<table>
<tr>
<td class="icon">
<div class="title">Important</div>
</td>
<td class="content">
If your span contains a name greater than 50 chars, then that name will
be truncated to 50 chars. Your names have to be explicit and concrete. Big names lead to
latency issues and sometimes even thrown exceptions.
</td>
</tr>
</table>
</div>
</div>
<div class="sect2">
<h3 id="continuing-spans">Continuing spans</h3>