mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 07:28:27 +00:00
Fix typo
This commit is contained in:
parent
60491a3653
commit
7aaba6176b
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue