-
Is it possible to automatically pass standard tracing headers from the initial request into subsequent calls? Let's say we have initial request in WLS and during request processing some service is using apache or jersey client to make an outbound call. I'm wondering if auto-instrumentation can pass traceparent/tracestate, B3 or some other standard tracing headers into such outbound calls from initial request? |
Beta Was this translation helpful? Give feedback.
Answered by
jkwatson
Sep 14, 2021
Replies: 1 comment 4 replies
-
Yes, definitely. This is expected and intended behavior. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
mityayak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, definitely. This is expected and intended behavior.