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'm working on integrating AWS X-Ray tracing into a NestJS application. I'm manually constructing segment documents and using a UDP socket to send this data to the AWS X-Ray Daemon.
The segments...
Hi people, my cost with X-ray have increasing, and i have a lot of services using them on AWS. Can i have a vision of all resources have X-Ray configured?
I have an application that uses AWS X-Ray. One of my endpoints is a GET request only for checking the health status. I don't want this endpoint to be monitored by AWS X-Ray. How can I achieve...
https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html#services-xray-daemon says
> The AWS X-Ray daemon is an application that runs in the Lambda environment and listens for UDP traffic that...
We would like to observe the performance of the certain segment of traces. Is it possible to extract the duration and use it as metrics? If this is possible, how can I do it?
**I AM USING THIS CODE IN A LAMBDA WITH X-RAY ENABLED.**
I want to use captureAWSv3Client, to get additional opensearch information on X-Ray, the same way you can do it with DynamoDB, but i have been...
hey people,
can someone point out error in this instantiation? I tested this rule in console and it seems to work
```
import * as xray from 'aws-cdk-lib/aws-xray';
new xray.CfnSamplingRule(this,...
I've noticed that if I select an arbitrary trace it may or may not have all the segments of that trace. I can check some traces and they'll have some queries or subsegments when others will have a...
I have local xray daemon running on my mac and I am testing a graphql lambda the instrument traces. I am using serverless offline for testing the lambda. The daemon logs show `Successfully sent batch...
I've come across an issue while using AWS X-Ray on the console or via its API. Whenever I try to filter data over a period longer than 6 hours, I'm met with the error message, **You must select a time...
There are a few blog posts like [Using AWS X-Ray and AWS Application Cost Profiler to track tenant cost of shared AWS...
Is it possible to enable Envoy XRay tracing on ECS services integrated with Service Connect?
I understand that with AppMesh, it's typically enabled via the `ENABLE_ENVOY_XRAY_TRACING` environment...