Skip to content
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

Wrap the error used in concurrentbatchprocessor #235

Merged
merged 2 commits into from
Jul 17, 2024

Conversation

jmacd
Copy link
Contributor

@jmacd jmacd commented Jul 17, 2024

A missing func (_) Unwrap() error makes the receiver not able to unwrap the exporter errors.

Fixes #234.

@jmacd jmacd merged commit f09bdeb into open-telemetry:main Jul 17, 2024
2 checks passed
@jmacd jmacd deleted the jmacd/cbperr branch July 17, 2024 18:49
@jmacd jmacd mentioned this pull request Jul 17, 2024
jmacd added a commit that referenced this pull request Jul 17, 2024
Release v0.25.0, see the Changelog:

- Wrap concurrentbatchprocessor errors
[#235](#235)
- Update to OTel-Collector v0.105.0, which includes the OTel-Arrow
components.
[#233](#233)
- Remove the primary exporter/receiver components, update references and
documentation.
[#230](#230)
- Update to Arrow v17.
[#231](#231)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Propagate wrapped errors through concurrent batch processor
2 participants