-
Notifications
You must be signed in to change notification settings - Fork 40.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracing in Feign client is broken since 3.2.1 #39653
Comments
If the problem's specific to Feign client, I suspect there won't be anything that we can do about it here but it's hard to say without knowing more. When you change the Spring Boot version, are you also changing the Spring Cloud version? If you are not then it may be a Boot problem and we'll need a minimal reproducible example so that we can investigate further. |
here's a simple reproducer, there's a unit test that fails with spring boot 3.2.1 and not 3.2.0 |
Add |
Hello,
Starting spring boot version 3.2.1, tracing is disabled by default, I have to explicitly set management.tracing.enabled=true, not sure this is the wanted behavior, at least it doesn't seem to be documented.This is probably related to #38641
Edit : upon further investigation, it seems it's only affecting feign client, traceparent header is not propagated in http calls like in version 3.2.0
The text was updated successfully, but these errors were encountered: