Steps to reproduce
Run a task on a Celery worker with opentelemetry-instrument.
What is the expected behavior?
No errors reported.
What is the actual behavior?
Any task a Celery worker executes results in an HTTP connection reset error or gRPC equivalent, but the traces are still sent successfully.
Additional context
I'm not getting these errors on non-Celery processes such as Gunicorn, etc.
It's incredibly challenging to diagnose this issue, so I'm not certain whether it's an issue with my stack or how Celery is handling auto instrumentation.
Describe your environment
loopyWriter exiting with error: transport closed by client
Steps to reproduce Run a task on a Celery worker with
opentelemetry-instrument
.What is the expected behavior? No errors reported.
What is the actual behavior? Any task a Celery worker executes results in an HTTP connection reset error or gRPC equivalent, but the traces are still sent successfully.
Additional context I'm not getting these errors on non-Celery processes such as Gunicorn, etc.
It's incredibly challenging to diagnose this issue, so I'm not certain whether it's an issue with my stack or how Celery is handling auto instrumentation.
Anyone else seen this issue?