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...
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...
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,...
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...
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...
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...
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...
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...
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...
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...