Bump ADOT Python version to 0.13.0 and OTel dependencies to 1.37.0/0.58b0 #524
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the upstream OpenTelemetry Python dependency to its September 2025 release; Upgrading from version 1.33.1/0.54b1 to 1.37.0/0.58b0.
It also resolves several conflicts between the following OTel PRs and existing ADOT patches:
starlette: Remove maximum version constraint
open-telemetry/opentelemetry-python-contrib#3456
Make a BatchProcessor class which both BatchSpanRecordProcessor and BatchLogRecordProcessor can use
open-telemetry/opentelemetry-python#4562
Make exporter timeout encompass retries/backoffs, add jitter to backoffs, cleanup code a bit
open-telemetry/opentelemetry-python#4564
Update BatchSpanProcessor to use new BatchProcessor class
open-telemetry/opentelemetry-python#4580
Fix issue where deadlock can occur over logging._lock
open-telemetry/opentelemetry-python#4636
Tests Performed
tox -e lint
tox -e spellcheck
tox -e 3.9-test-aws-opentelemetry-distro
tox -e 3.10-test-aws-opentelemetry-distro
tox -e 3.11-test-aws-opentelemetry-distro
tox -e 3.12-test-aws-opentelemetry-distro
tox -e 3.13-test-aws-opentelemetry-distro
Smoke/contract tests: ./gradlew appsignals-tests:contract-tests:contractTests
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.