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

(otelarrowreceiver): Start span after extracted context is returned #224

Closed moh-osman3 closed 2 months ago

moh-osman3 commented 2 months ago

Start the otel_arrow_stream_recv span after hrcv.combineHeaders returns an extracted context that contains the data path trace. Otherwise this span is only a child of the stream inflight trace.