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

Fix missing maxStreamLifetime timeout #222

Closed moh-osman3 closed 2 months ago

moh-osman3 commented 2 months ago

Fix missing maxStreamLifetime by checking stream.workState.maxStreamLifetime instead of stream.maxStreamLifetime, because stream.maxStreamLifetime is never set anywhere.

This PR also fixes missing otel_arrow_stream_recv parent spans in recently observed traces.