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
Doesn't that mean that the example already shows how to achieve W3C Trace Context Propagation in a gRPC server with OpenTelemetry? Am I missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The README.md in the gRPC examples states:
W3c Trace Context Propagation (Very soon!)
Permalink: https://github.com/open-telemetry/opentelemetry-cpp/tree/611906eeafdbfe4a92fd1f81989692a222da1a78/examples/grpc
However the documentation shows an example using
opentelemetry::trace::propagation::HttpTraceContext()
and states that will do W3C Trace Context Propagation. https://opentelemetry.io/docs/languages/cpp/instrumentation/#context-propagationThe gRPC example initializes a GlobalPropagator with a
opentelemetry::trace::propagation::HttpTraceContext()
Permalink:
opentelemetry-cpp/examples/grpc/tracer_common.h
Lines 91 to 93 in 611906e
Doesn't that mean that the example already shows how to achieve W3C Trace Context Propagation in a gRPC server with OpenTelemetry? Am I missing something?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions