-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add support for OpenTelemetry Java Instrumentation 2.0.0+ #113
Comments
@ThomasVitale @dmikusa Hello 👋 |
@anthonydahanne yeah, it seems a good time for that. I'll start working on this and submit a PR soon |
Hi, is there any time schedule when the update to OpenTelemetry 2.4 will be done? As mentioned here, OTel 1.32.x is only supported until May. |
@tudburley As soon as this PR is merged, we should be able to cut a new release: #132 @dmikusa what do you think? |
Hi all, we've released paketo-buildpacks/opentelemetry@2.0.0 which has the 2.4.0 agent. Please give it a try and let me know if you have any issues. @ThomasVitale thanks for the PR! |
@dmikusa great, thank you! I took the chance to update the OpenTelemetry sample here and test the new buildpack version with the current version of Spring Boot: paketo-buildpacks/samples#738 |
FYI there is a slight breaking change in opentelemetry v2, because it changed from http to grpc by default. We export to tempo, so it was just a matter of replacing the OTEL_EXPORTER_OTLP_ENDPOINT port from 4317 to 4318 |
Describe the Enhancement
The new major release train of OpenTelemetry Java Instrumentation introduces several breaking change. This enhancement is to prepare a new major release of this buildpack to add support for it, and handle carefully the release process to avoid affecting existing users of this buildpack.
Release notes: https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.0.0
Context
See: #112
The text was updated successfully, but these errors were encountered: