-
Notifications
You must be signed in to change notification settings - Fork 96
Add HTTP/W3C text format serializer to Tag propagation component #445
Add HTTP/W3C text format serializer to Tag propagation component #445
Conversation
Codecov Report
@@ Coverage Diff @@
## master #445 +/- ##
==========================================
+ Coverage 95% 95.02% +0.02%
==========================================
Files 147 149 +2
Lines 9566 9655 +89
Branches 680 683 +3
==========================================
+ Hits 9088 9175 +87
- Misses 478 480 +2
Continue to review full report at Codecov.
|
* | ||
* OpenCensus uses W3C Correlation Context as the HTTP text format. | ||
* https://github.com/w3c/correlation-context/blob/master/correlation_context/ | ||
* HTTP_HEADER_FORMAT.md |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: could you move the HTTP_HEADER_FORMAT.md
to the line above so the link is not broken across lines? I think links are a good exception to the 80 char line limit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SG, done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I assume there will be another PR adding the Correlation-Context
header?
Yes, the actual use of the |
Updates #297 This is the HTTP version of of #431.
Based on W3C correlation context format: https://github.com/w3c/correlation-context/blob/master/correlation_context/HTTP_HEADER_FORMAT.md
There will be another PR to use these serializer functions in the HTTP plugin to propagate tags on wire.