Replies: 1 comment 4 replies
-
@r03942139 - you can find an example for HTTP context propagation here: https://github.com/open-telemetry/opentelemetry-cpp/tree/main/examples/http |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My goal is to implement a mechanism like money tracing [1] in the opentelemetry with Jaeger, they bypass trace context in the HTTP to realize distributed tracing.
And I found that the Opentelemetry core concepts [2] support such features, and there are some related implementations [3] related.
However, I found there are no examples about how to implement it.
Is it possible that I could have more information about this used cases?
Thanks.
References:
[1] Money Tracing: The process of origin will propagate that Trace Context across system boundaries by passing the Trace Context in an HTTP Header
https://github.com/Comcast/money/wiki#how-do-we-make-distributed-tracing-work
[2] OpenTelemetry Core Concepts: Context Propagation - Propagation via HTTP headers
https://opentelemetry.lightstep.com/core-concepts/context-propagation/
[3] Some implementations related to Context Propagation in Opentelemetry-cpp
#719
Beta Was this translation helpful? Give feedback.
All reactions