Is there any way I can pass a custom header to the Jaeger endpoint either in span or the resource attributes to all the requests? #13307
Unanswered
abhilash-kopalli
asked this question in
Q&A
Replies: 1 comment
-
hi @abhilash-kopalli! you'll need to ask for support on or you can try OpenTelemetry's Spring Boot Starter instead and we can support you here if you are still running into questions |
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
-
Hey Community,
We are using these two dependencies for our spring boot application to send traces to Jaeger.
micrometer-tracing-bridge-otel
opentelemetry-exporter-otlp
However, when we are trying to send custom header which is a dynamic value that is passed by our client that is not getting published to the Jaeger, is there any way we can achieve this?
Beta Was this translation helpful? Give feedback.
All reactions