Skip to content

Conversation

@DylanRussell
Copy link
Contributor

Description

Update BatchSpanProcessor to use new BatchProcessor class

Type of change

Please delete options that are not relevant.

  • [ x] Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Unit tests

Does This PR Require a Contrib Repo Change?

  • Yes. - Link to PR:
  • [x ] No.

Checklist:

  • [ x] Followed the style guidelines of this project
  • [ x] Changelogs have been updated
  • Unit tests have been added
  • [x ] Documentation has been updated

@DylanRussell DylanRussell requested a review from a team as a code owner May 12, 2025 19:56
@DylanRussell
Copy link
Contributor Author

This should be all set to be merged

@DylanRussell
Copy link
Contributor Author

Merged / resolved conflicts but presubmit checks are stuck in pending

@lzchen
Copy link
Contributor

lzchen commented May 20, 2025

@DylanRussell

Looks like some SDK failures.

@xrmx
Copy link
Contributor

xrmx commented May 21, 2025

Missing update of emit method at line 119 in opentelemetry-sdk/tests/shared_internal/test_batch_processor.py

@DylanRussell
Copy link
Contributor Author

Ah missed that in the merge. It's fixed now / everything passing

@aabmass aabmass merged commit 3497e66 into open-telemetry:main May 21, 2025
384 checks passed
@github-project-automation github-project-automation bot moved this from Approved PRs to Done in @xrmx's Python PR digest May 21, 2025
mxiamxia pushed a commit to aws-observability/aws-otel-python-instrumentation that referenced this pull request Oct 30, 2025
…58b0 (#524)

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants