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...
1
answers
0
votes
477
views
Burak
asked 8 months ago
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?
Accepted AnswerAWS X-RayAWS Billing
2
answers
0
votes
244
views
JM84
asked 8 months ago
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...
2
answers
0
votes
364
views
Larissa
asked 8 months ago
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...
1
answers
0
votes
375
views
G
asked 9 months ago
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?
1
answers
0
votes
403
views
Qayyuum
asked 9 months ago
**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...
0
answers
0
votes
188
views
luis
asked 9 months ago
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,...
1
answers
0
votes
330
views
b3
asked 10 months ago
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...
1
answers
0
votes
206
views
asked 10 months ago
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...
1
answers
0
votes
332
views
b3
asked 10 months ago
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...
Accepted AnswerAWS X-Ray
1
answers
0
votes
934
views
Nano
asked 10 months ago
There are a few blog posts like [Using AWS X-Ray and AWS Application Cost Profiler to track tenant cost of shared AWS...
1
answers
0
votes
270
views
profile picture
asked a year ago
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...
1
answers
1
votes
532
views
Phil C
asked a year ago