-
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
Exception in observability stack after upgrading Spring Boot to version 3.2.0 #38579
Comments
This appears to be a duplicate of https://stackoverflow.com/questions/77552544/exception-in-observability-stack-after-upgrading-spring-boot-to-version-3-2-0 where people are already trying to help you. To avoid wasting their time, I'm going to close this issue for now. We can re-open it if a bug in Spring Boot is identified. I will also ask someone from the Observability team to look at the question. |
I observed the same problem, and I don't have a stackoverflow account, so I am posting here. I captured the packet causing tempo to return 400, and it seems the offending part is as follows:
Once I remove all such hikari traces, I can send the payload to tempo and the traces are created as expected. The timestamps are obviously invalid, which fits with the error message |
Thanks for that additional info @mrjackbo. It looks like this is problem with the new
I think there's possibly two bugs here. |
Thanks to the collaboration on this, a bug was identified in Micrometer Tracing, fixed then released (1.2.1). Please upgrade your Micrometer Tracing version (you can also wait till the next Boot release since it should pick up the fixed version). |
Issue Description
Exception Details
Environment Details
Spring Boot Version:
3.2.0
Issue Summary
When upgrading the
observability
stack from Spring Boot version3.1.3
to3.2.0
, the following exception is encountered:Dependencies
Reproduction Steps
v3.2.0
order
API logs in GrafanaAdditional Information
Note
The issue seems to be specific to Spring Boot version
3.2.0
. The provided code samples and branches should aid in reproducing and investigating the problem.The text was updated successfully, but these errors were encountered: