You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2022. It is now read-only.
Add Support for W3C traceparent/tracestate propagation (#255)
* Implemented W3C traceparent propagation
Signed-off-by: Tobias Stadler <[email protected]>
* W3C should be lowercase as mentioned in https://www.jaegertracing.io/docs/1.21/client-features/,
Signed-off-by: Tobias Stadler <[email protected]>
* Added support for setting the propagation format via environment variables
Signed-off-by: Tobias Stadler <[email protected]>
* Fix assignment
Signed-off-by: Tobias Stadler <[email protected]>
* Implemented Support for W3C tracestate
Signed-off-by: Tobias Stadler <[email protected]>
* Extracted Jager porpagation and W3C propgation in their own classes
Signed-off-by: Tobias Stadler <[email protected]>
* Fix build
Signed-off-by: Tobias Stadler <[email protected]>
* Fix copyright
Signed-off-by: Tobias Stadler <[email protected]>
* Use shared_ptr instead of raw pointer
Signed-off-by: Tobias Stadler <[email protected]>
* Log unknown propagation formats and fall back to jaeger format
Signed-off-by: Tobias Stadler <[email protected]>
* Extracted propagation format parsing
Signed-off-by: Tobias Stadler <[email protected]>
* Use SpanContext with known IDs to simplify test
Signed-off-by: Tobias Stadler <[email protected]>
0 commit comments