-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add OT trace information on outgoing HTTP reqs (#685)
* Inject our trace span data into outgoing HTTP requests (via OT) This should help us tie together spans that are generated by proxies such as envoy (which hopefully understand the span data and pick it up / report it). * Encode OT HTTP headers in envoy format This is a pretty radical departure from how we did it before (implicitly, via the textual map interface); now, we set the headers in a way that one of the most popular external tools can understand, and maybe stand a chance to get fully fleshed-out traces as a result (: * Propagate the "sampled" header also Envoy needs to see it in order to pick up the span and properly transmit it over. * Thanks, me!
- Loading branch information
1 parent
e99c97e
commit c94b46a
Showing
4 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters