Sync docs from master to gh-pages

This commit is contained in:
buildmaster
2018-12-20 12:50:14 +00:00
parent b31f5f993e
commit 874c67eb87
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ That means that, if there were two spans sent to Zipkin with Server Received and
<simpara>Why is there a difference between the seven and four spans in this case?</simpara>
<itemizedlist>
<listitem>
<simpara>Two spans come from the <literal>http:/start</literal> span. It has the Server Received (<literal>sr</literal>) and Server Sent (<literal>ss</literal>) annotations.</simpara>
<simpara>One span comes from the <literal>http:/start</literal> span. It has the Server Received (<literal>sr</literal>) and Server Sent (<literal>ss</literal>) annotations.</simpara>
</listitem>
<listitem>
<simpara>Two spans come from the RPC call from <literal>service1</literal> to <literal>service2</literal> to the <literal>http:/foo</literal> endpoint.