-
Notifications
You must be signed in to change notification settings - Fork 851
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
Error when upgrading observability stack from Spring Boot version 3.1.3 to 3.2.0 #6025
Comments
Are you running with the otel javaagent, or some other way of incorporating otel into your application? |
hi @kcsurapaneni! it looks like you are using |
@jkwatson I'm using Spring Boot 3.x's built-in observability rather than using the java agent for instrumentation. |
@trask I've opened this bug based on a suggestion from a Stack Overflow user. You can find the related Stack Overflow question here. I've been experimenting with different combinations of Micrometer Tracing and OTel Exporter Zipkin versions to identify the root cause of the error, but the issue persists. I'm unsure which specific dependency is triggering this exception. Any insights or assistance in resolving this issue would be greatly appreciated. If you have any recommendations or ideas, feel free to share them here. |
the OpenTelemetry project also publishes a Spring Boot starter (which is separate from the Java agent): https://opentelemetry.io/docs/instrumentation/java/automatic/spring-boot/ |
I strongly recommend that you open a bug with the spring team, then. |
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 to use at least 1.2.1 (you can also wait till the next Boot release ( I think this issue should be closed. |
closing this issue, as it is fixed in the micrometer tracing. |
Description:
I am encountering an issue when upgrading the
observability
stack from Spring Boot version3.1.3
to3.2.0
Error Message:
Environment:
Dependencies:
Observations:
Sample Code:
opentelemetry-java
) - Link to Order APIAdditional Notes:
opentelemetry-java
andbrave
dependencies - food-delivery-backend.opentelemetry-java
.The text was updated successfully, but these errors were encountered: