otel-collector
pause breaks the grpc OTLPSpanExporter
permanently.
#4529
Labels
bug
Something isn't working
Describe your environment
OS: Darwin 22.6.0
Python version: 3.13.2
SDK version: v1.31.1
API version: v1.31.1
opentelemetry-exporter-otlp v1.31.1
What happened?
After
otel-collector
restart, theapp
failed to send traces and did not recover from the poisoned state. All subsequent grpc requests are broken.Steps to Reproduce
otel-collector
(withgrpc
receiver):instrumented app
to send traces viagrpc
. For example:otel-collector
for more thanping_interval
.otel-collector
.app
fails to send new traces.Expected Result
The instrumented app should send traces successfully after
otel-collector
restart.Actual Result
The
app
fails to send new traces afterotel-collector
resumed.Additional context
After
otel-collector
restart, the pythonapp
gives logs like that (for all batches):The only way to fix the
app
tracing is to restart theapp
itself, which is painful.Also
http
modeOTLPSpanExporter
seems to be working correctly unlikegrpc
.Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: