All Content tagged with AWS X-Ray
AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture.
Content language: English
Select up to 5 tags to filter
Sort by most recent
Hi, I just started adding [sanitized SQL query statements to my X-Ray traces](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-nodejs-sqlclients.html#xray-sdk-nodejs-sqlclients-additional). I...
Hi,
we have clients uploading files to S3 -- S3 events are a starting point. S3 events notifications are linked with SQS or EventBridge as destinations. Is it possible to see following traces in...
I've created an ECS Service with a task definition that contains two containers. The first is the xray-daemon, and the second is my application (Python, Flask). The task starts fine; however, the...
We're trying to enable AWS X-Ray on our API Gateway following this documentation -> https://docs.aws.amazon.com/xray/latest/devguide/xray-services-apigateway.html
Following the documentation, I'm...
Hi team,
My Application work with .NET Framework 4.5.2
I tried to send OTLP to the ADOT receiver and export them to the X-Ray on the ADOT...
Hi there,
I'm trying to provide AWS credentials to aws-otel-collector using `AWS_CONTAINER_CREDENTIALS_FULL_URI` env variable. However, it doesn't work and doesn't give an explicit error message to...
## Describe the bug
We use the Java wrapper with opentelemetry-lambda-layer.zip and the opt/otel-handler. The lambda is triggered via AWS event bridge whenever a new object is created in an S3 bucket....
What does the solid and non-solid graph in AWS X-ray Traces - DynamoDB (Client Response) mean?
![Example Graph](/media/postImages/original/IMmTeCzUM8T72Eq2wMEZwvcw)
Does it mean anything at all? An...
We recently upgraded our service backend from Elasticsearch to Opensearch. The elasticsearch client used the apache HttpClient and HttpClientBuilder to make http calls. I was able to use the aws xray...
We have a lot of different aws services creating xray segments, but I feel like might be related to the step functions, where we have xrayEnabled set to true in the cloud formation template. About...
Hi, I have enabled xray in our nodejs application. but we are receiving exponentials logs from xray service in our logs in cloudwatch, which is making us difficult to check logs for custom...
I would like to use X-Ray to view traces of my AWS Batch jobs that I'm running on Fargate resources. The following blog post shows how to install the daemon on EC2 instances running a Batch...