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
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...
1
answers
0
votes
407
views
asked 2 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
89
views
asked 2 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...
1
answers
0
votes
144
views
profile picture
asked 3 months ago
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...
1
answers
0
votes
381
views
pharaoh
asked 3 months ago
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...
1
answers
0
votes
285
views
Kasun
asked 3 months ago
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...
0
answers
0
votes
237
views
Yann
asked 4 months ago
I have seen repos/docs with Gin/open telemetry, Go and AWS X-RAY Daemon, but my use case requires to add traces as a middleware to the existing Gin apis we have in our EC2 microservices, but I am...
0
answers
0
votes
99
views
Warrior
asked 4 months ago
I was wondering the meaning of the trace ID displayed in the CloudWatch log groups. It doesn't match any trace ID listed/available in CloudWatch X-Ray. Can you help me understand its...
0
answers
0
votes
579
views
asked 5 months ago
Hi, I have an xray trace with subsegments. But this is for 1 request. Is it possible to plot p90/p99 etc for a particular subsegment so that we can analyse the subsegments taking more time via AWS...
0
answers
1
votes
113
views
asked 6 months ago
I have AppSync application with X-Ray enabled. The AppSync endpoint has an Lambda hander and that lambda is calling Neo4J to get some data. I want to instrument calls to neo4j. How can I do that with...
1
answers
0
votes
303
views
Rajitha
asked 7 months ago
We are using opentelemetry distro for AWS and sending traces to an XRay exporter. The xray dashbord in cloudwatch only allows to look at errors for 6 hours range. Is there a way, using custom...
1
answers
0
votes
220
views
Loic
asked 7 months ago