Skip to content

Context propagation not working with Spring Boot #4330

Answered by iNikem
mNantern asked this question in Q&A
Discussion options

You must be logged in to vote

First, can you share a minimal reproducible test case for the error?

Second, why do you expect to have traceparent header in the response? That header is used to propagate span context with outgoing requests. When you call a service, a span is created to track the processing of that request and that span ends when request processing finishes. There is no span context to propagate back with the response.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mNantern
Comment options

Answer selected by mNantern
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants