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
We're evaluating running instrumenting docker containers running on a third-party hosting service with X-Ray. To do that, it seems like we will need to add the X-Ray SDK, and run an additional...
2
answers
0
votes
479
views
asked a year ago
Hello everyone, I have wrote an application which opens threads and distributes jobs via a queue (python, subprocess). From reading the docs, which for Java call out this use-case specifically, but...
2
answers
0
votes
608
views
profile picture
asked a year ago
I've been struggling with the concept of running one single XRay Daemon ECS container as a "hub" for all of our ECS tasks and EC2 instances instead of running a sidecar in every ECS task. Granted,...
1
answers
0
votes
1322
views
profile picture
asked a year ago
Hi there, I was reading the official documentation on https://github.com/aws/aws-xray-sdk-go but not quite sure how can I add the Cognito client that is created on my lambda function to the service...
0
answers
0
votes
165
views
Juan
asked a year ago
I have XRay tracing working in my single component API. I see Xray Traces and see the Service Map. I also wanted to enable Insights so that I could get notified about anomolies. I created an XRay...
Accepted AnswerAWS X-Ray
2
answers
0
votes
556
views
profile picture
asked 2 years ago
We have an existing Java 17 app running SpringBoot 2.7.9 and are upgrading to SpringBoot 3.0.3 Spring Boot 3 uses the Jakarta EE 10 - as a result the javax.servlet.Filter is no longer available...
1
answers
0
votes
1464
views
asked 2 years ago
Dear Gurus, I need your kind support to resolve issue which i am facing with respect to architecture. I have one App Server in which i have desktop base exe installed and user use it by running on...
1
answers
0
votes
331
views
imtiaza
asked 2 years ago
Hi, I've been trying to make a bit more sense of my X-Ray traces, and I've been seeing a lot of stuff that is initated by my service (like initialisation calls or stuff done in an update loop) being...
0
answers
0
votes
122
views
asked 2 years ago
I have a very simple ` node js` application. in the code I want to use ` x-ray ` and catch the calls I do with the AWS sdk. In my case the secrets manager. I always get this error "**Error: Failed...
1
answers
0
votes
864
views
Joachim
asked 2 years ago
I have an eventbridge rule with an SQS target, and the lambda function that puts the event on the bus is configured to use xray (traces lead up to eventbridge in xray, so this is working fine). In the...
2
answers
0
votes
1092
views
asked 2 years ago