-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
AWS XRay exporter receiving http 408 error #36338
Comments
Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This is intermittent it works for some time and then in between its throws the error. No pattern as such, |
any help is much appreciated |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners: See Adding Labels via Comments if you do not have permissions to add labels yourself. |
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 [email protected]/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: