Skip to content

Update BatchSpanProcessor to use new BatchProcessor class #4580

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

Merged
merged 16 commits into from
May 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix changelog
  • Loading branch information
DylanRussell committed May 14, 2025
commit 2eb9fd1463f6642bb154faaa0ed140a336206939
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

- Refactor `BatchLogRecordProcessor` and `BatchSpanProcessor` to simplify code and make the control flow more
- typecheck: add sdk/resources and drop mypy
([#4578](https://github.com/open-telemetry/opentelemetry-python/pull/4578))
- Refactor `BatchLogRecordProcessor` to simplify code and make the control flow more
clear ([#4562](https://github.com/open-telemetry/opentelemetry-python/pull/4562/)
- Refactor `BatchLogRecordProcessor` and `BatchSpanProcessor` to simplify code
and make the control flow more clear ([#4562](https://github.com/open-telemetry/opentelemetry-python/pull/4562/)
[#4535](https://github.com/open-telemetry/opentelemetry-python/pull/4535), and
[#4580](https://github.com/open-telemetry/opentelemetry-python/pull/4580)).

Expand Down