This commit is contained in:
Erik Johnston 2017-12-05 14:50:40 +00:00 committed by GitHub
parent 60491a3653
commit 7aaba6176b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ Component 3 |<─ SQL ─>|
This is achieved by serializing span information during all communication This is achieved by serializing span information during all communication
between components. For HTTP requests, this is achieved by the sender between components. For HTTP requests, this is achieved by the sender
serializing the sapn into a HTTP header, and the receiver deserializing the span serializing the span into a HTTP header, and the receiver deserializing the span
on receipt. (Generally a new span is then immediately created with the on receipt. (Generally a new span is then immediately created with the
deserialized span as the parent). deserialized span as the parent).