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

Add a memory limit integration test #216

Closed jmacd closed 3 months ago

jmacd commented 3 months ago

The new test ensures that we record memory limit errors Replaces #210. Depends on #211, #212, #213, and particularly #215.