f5 / otel-arrow-adapter

Adapter used to convert OTEL batches to/from OTEL Arrow batches in both directions.
Apache License 2.0
39 stars 6 forks source link

Recover from panics in the Arrow receiver #180

Closed jmacd closed 1 year ago

jmacd commented 1 year ago

This copies the block of code used in exporter/otlpexporter to handle panics into the receiver. Note that this stack frame was present in the crash noted here: https://github.com/f5/otel-arrow-adapter/issues/121#issuecomment-1579427765

Fixes #121