Replies: 1 comment
-
Sorry for the late reply. I believe you can achieve this with a custom propagator, for inspiration see https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/examples/extension/src/main/java/com/example/javaagent/DemoPropagator.java |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have removed spring cloud sleuth library and migrated to splunk Otel java instrumentation library to propagate traces between micro-services for distributed tracing (leveraging SignalFX). Traces and spans are working fine.
We also want to propagate baggage as custom header in our downstream services.
Expectation: X-Correlation-ID: will be available in header. My app should propagate the same header in every downstream services. (custom baggage propagation).
Anyone can help how to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions