You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is intermittent it works for some time and then in between its throws the error. No pattern as such,
sample of dates at which this error happened
2024-11-12T20:49:19
2024-11-12T20:59:56
2024-11-12T21:01:42
2024-11-12T21:12:13
Component(s)
exporter/awsxray
What happened?
Description
OTEL Collector when configured with AWS Xray is receving error message from AWS Xray as follows:
error internal/base_exporter.go:153 Exporting failed. Rejecting data. {"kind": "exporter", "data_type": "traces", "name": "awsxray", "error": "Permanent error: : \n\tstatus code: 408, request id: ", "rejected_items": 512}
Steps to Reproduce
Steps to reproduce:
OTEL configuration:
OTEL collector Version: otelcol-contrib version 0.111.0
Otel collector is deployed in a pod with 1gb RAM and 500m cpu. There are 2 replicas.
Expected Result
No Error should come, all traces should be visible in AWS Xray
Actual Result
warn batchprocessor@v0.111.0/batch_processor.go:279 Sender failed {"kind": "processor", "name": "batch", "pipeline": "traces", "error": "Permanent error: : \n\tstatus code: 408, request id: "}
Collector version
otelcol-contrib version 0.111.0
Environment information
Environment
OTEL Contrib binary 0.111.0 downloaded from github
OS: Rocky Linux (uname -a: 6.1.79-99.167.amzn2023.x86_64)
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: