-
Notifications
You must be signed in to change notification settings - Fork 126
w3c trace context propagation support #160
Comments
In the mean time, you can use the following as a sample code for the extraction/injection of the traceparent header. Extractor:
Unit test with cppunit
For the injection, this is what I use, you can see that I switched from uber-trace-id to W3C in my output injection
Unit test
I also have code in my app which selects the header priority: traceparent if found, and uber-trace-id if not found, and create a new context if none of the two. |
Is there any plan to include support for w3c trace context in the near future? thanks in advance, |
It's being implemented in #255 |
Hi,
In client lib futures page is "Coming", so when do you planing to add this future?
Sorry if issue inappropriate for this.
Thanks in advance.
The text was updated successfully, but these errors were encountered: