-
Couldn't load subscription status.
- Fork 66
Bump ADOT Java version to 2.20.0 and OTel deps to 2.20.1 #1246
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
Conversation
This PR updates the upstream dependency OpenTelemetry Java Agent to version 2.20.1 (opentelemetry-instrumentation:2.20.1). By doing so, the following upstream OpenTelemetry dependencies are automatically updated along with the Java Agent: opentelemetry-api: 1.54.1 opentelemetry-sdk: 1.54.1 opentelemetry-semconv: 1.37.0 Tests Performed Unit tests: ./gradlew build test Smoke/contract tests: ./gradlew appsignals-tests:contract-tests:contractTests Manual E2E tests: Spring Boot EC2 sample app Java Lambda function Spring Boot web application hosted on AWS Lambda
af438c4 to
c7e1e83
Compare
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1246 +/- ##
=============================================
- Coverage 85.71% 67.28% -18.43%
- Complexity 19 525 +506
=============================================
Files 3 54 +51
Lines 49 2693 +2644
Branches 5 373 +368
=============================================
+ Hits 42 1812 +1770
- Misses 3 746 +743
- Partials 4 135 +131 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR updates the upstream dependency OpenTelemetry Java Agent to their 2025 Sep. release version 2.20.1 (opentelemetry-instrumentation:2.20.1).
By doing so, the following upstream OpenTelemetry dependencies are automatically updated along with the Java Agent: opentelemetry-api: 1.54.1
opentelemetry-sdk: 1.54.1
opentelemetry-semconv: 1.37.0
Conflicts between the ADOT patch and the two upstream PRs below are resolved in this PR.
Rename lambda instrumentation helper class
open-telemetry/opentelemetry-java-instrumentation#14371
Let AWS Lambda SQS handlers report partial batch failures
open-telemetry/opentelemetry-java-instrumentation#14468
Tests Performed
Unit tests: ./gradlew build test
Smoke/contract tests: ./gradlew appsignals-tests:contract-tests:contractTests
Manual E2E tests:
Spring Boot EC2 sample app
Java Lambda function
Spring Boot web application hosted on AWS Lambda
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.