New user sign up using AWS Builder ID is currently unavailable on re:Post. To sign up, please use the AWS Management Console instead.
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
110 results
Hi team,
I’m refactoring an AWS application, and I need some help with tracing. In the original version of the app, I have a Node.js application running inside an ECS Fargate cluster that sends a mes...
When using the open source OpenTelemetry collector and SDK, **without** using the X-Ray SDK, what HTTP headers for the span timeline visualization can be added so that the service name and segment nam...
I'd like to be able to correlate logs created by EKS pods to an Xray trace id. Requests initiate at API Gateway and use a Lambda to launch a pod in EKS. The logs are scraped by the CloudWatch agent an...
I'm trying to implement X-Ray tracing for my chat application. Currently, my service map shows only **Client -> API Gateway -> Lambda**. I want to visualize the interactions between Lambda and externa...
How can I effectively use Amazon CloudWatch and AWS X-Ray together for comprehensive application monitoring? Specifically, I’m looking for best practices on correlating CloudWatch Logs and Metrics wit...
EXPERT
published 6 months ago2 votes1.1K views
Building a Serverless Architecture on AWS
I have an API Gateway which starts execution of State Machine and it runs command on EC2 through SSM Automation.
Everything is X-Ray traced and now I wanna add tracing to some python script run throug...
I'm following [https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon.html]() document to download XRay daemon for linux.
When I use URL provided in the document I'm able to download the file: [...
I have a need to send traces from AWS Glue job (written in Python script) to AWS X-Ray. Since X-Ray does not support AWS Glue out of the box, I needed to write little more code to instrument Python sc...
When an ECS task with the AWSXrayFullAccess permission policy has Trace collection enabled, it fails to report trace data to X-Ray. The failure reason can be seen in the logs of the sidecar container ...
I am working on a .net 6 web api which deployed to a lambda. I have enabled the x-ray tracing in lambda and also added below code in api program.cs class
```
AWSXRayRecorder recorder = new AWSXRayRe...
I'm exploring options for measuring latency for a system that uses Amazon MSK. While looking around, I saw a note that "X-Ray tracing is currently not supported for Lambda functions with Amazon Manage...