Questions 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 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

111 results
I've built an application that incorporates two pathways. One pathways involves a script that creates messages and delivers them to a standard SQS queue (queue A). This queue in turn triggers a lambd...
1
answers
0
votes
40
views
asked 16 days ago
``` [Error] Sending segment batch failed with: InvalidRequestException: The specified log group does not exist. ``` I am running the daemon and the application locally and this is the result. Why doe...
1
answers
0
votes
25
views
asked 20 days ago
I created an linux basdd EC2 instance and installed the XRay Demon using the user data script as mentioned here: https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon-ec2.html I am running the...
1
answers
0
votes
46
views
asked a month ago
I'm running an xray daemon on an ec2-backed ecs cluster, and I'm getting this in the xray daemon's cloudwatch logs: > warn awsxrayreceiver@v0.78.0/receiver.go:116 X-Ray segment to OT traces conversio...
1
answers
0
votes
33
views
asked 2 months ago
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...
1
answers
0
votes
124
views
asked 3 months ago
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...
Accepted AnswerAWS X-Ray
2
answers
0
votes
67
views
asked 3 months ago
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...
1
answers
0
votes
104
views
asked 3 months ago
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...
1
answers
0
votes
409
views
asked 5 months ago
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...
1
answers
0
votes
393
views
asked 6 months ago
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...
1
answers
0
votes
474
views
asked 8 months ago
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: [...
3
answers
0
votes
177
views
asked 8 months ago
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...
1
answers
0
votes
282
views
profile picture
asked 9 months ago