open-telemetry / otel-arrow

Protocol and libraries for sending and receiving OpenTelemetry data using Apache Arrow
Apache License 2.0
68 stars 13 forks source link

Wrap the error used in concurrentbatchprocessor #235

Closed jmacd closed 1 month ago

jmacd commented 1 month ago

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

Fixes #234.