We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Hello, Tempo ingester shutdown is causing trace spans to be dropped due to failed otel collector export operations.
2024-12-25T03:58:10.168Z error exporterhelper/queue_sender.go:97 Exporting failed. Dropping data. {"kind": "exporter", "data_type": "traces", "name": "otlp", "error": "not retryable error: Permanent error: rpc error: code = Unknown desc = Ingester is shutting down", "dropped_items": 1483} go.opentelemetry.io/collector/exporter/exporterhelper.newQueueSender.func1 go.opentelemetry.io/collector/[email protected]/exporterhelper/queue_sender.go:97 go.opentelemetry.io/collector/exporter/internal/queue.(*boundedMemoryQueue[...]).Consume go.opentelemetry.io/collector/[email protected]/internal/queue/bounded_memory_queue.go:57 go.opentelemetry.io/collector/exporter/internal/queue.(*Consumers[...]).Start.func1
To Reproduce Steps to reproduce the behavior:
Expected behavior Running in distributed mode with multiple ingesters and distributors should not cause upstream errors of ingesters not avail.
Environment:
Additional Context Otel collector version - aws-otel-collector:v0.38.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hello,
Tempo ingester shutdown is causing trace spans to be dropped due to failed otel collector export operations.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Running in distributed mode with multiple ingesters and distributors should not cause upstream errors of ingesters not avail.
Environment:
Additional Context
Otel collector version - aws-otel-collector:v0.38.2
The text was updated successfully, but these errors were encountered: