Corrects the span number description in the sample (#1171)
This commit is contained in:
committed by
Marcin Grzejszczak
parent
a4138e2167
commit
0708e6cdfb
@@ -76,7 +76,7 @@ That means that, if there were two spans sent to Zipkin with Server Received and
|
||||
|
||||
Why is there a difference between the seven and four spans in this case?
|
||||
|
||||
* Two spans come from the `http:/start` span. It has the Server Received (`sr`) and Server Sent (`ss`) annotations.
|
||||
* One span comes from the `http:/start` span. It has the Server Received (`sr`) and Server Sent (`ss`) annotations.
|
||||
* Two spans come from the RPC call from `service1` to `service2` to the `http:/foo` endpoint.
|
||||
The Client Sent (`cs`) and Client Received (`cr`) events took place on the `service1` side.
|
||||
Server Received (`sr`) and Server Sent (`ss`) events took place on the `service2` side.
|
||||
|
||||
Reference in New Issue
Block a user