Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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
Filter content
Select tags to filter
Sort by
Sort by most recent
115 results
The x-ray website no longer fully renders all segments in a x-ray trace. Only the segments for the 1st SegmentName cluster are displayed properly.
For the later SegmentName timeline renders, we are ...
1
answers
0
votes
30
views
asked 11 days ago
Hi AWS team,
I am currently instrumenting my application using the following setup:
- Runtime: Node.js
- Instrumentation: OpenTelemetry JavaScript SDK
- Collector: AWS Distro for OpenTelemetry (ADOT...
Accepted AnswerAWS X-Ray
1
answers
0
votes
55
views
asked 2 months ago
I'm not sure if it's a bug or I set things up wrongly.
The issue is tha no traces is retrieved via the batch get traces api but I can check trace details with trace ID from the CloudWatch console. Tr...
1
answers
0
votes
292
views
asked 9 months ago
I've built an application that incorporates two pathways.
One pathways involves a script that creates messages and delivers them to a standard SQS queue (queue A). This queue in turn triggers a lambd...
1
answers
0
votes
136
views
asked 10 months ago
```
[Error] Sending segment batch failed with: InvalidRequestException: The specified log group does not exist.
```
I am running the daemon and the application locally and this is the result. Why doe...
1
answers
0
votes
100
views
asked 10 months ago
I created an linux basdd EC2 instance and installed the XRay Demon using the user data script as mentioned here: https://docs.aws.amazon.com/xray/latest/devguide/xray-daemon-ec2.html
I am running the...
1
answers
0
votes
137
views
asked a year ago
I'm running an xray daemon on an ec2-backed ecs cluster, and I'm getting this in the xray daemon's cloudwatch logs:
> warn awsxrayreceiver@v0.78.0/receiver.go:116 X-Ray segment to OT traces conversio...
1
answers
0
votes
119
views
asked a year ago
Hi team,
I’m refactoring an AWS application, and I need some help with tracing. In the original version of the app, I have a Node.js application running inside an ECS Fargate cluster that sends a mes...
1
answers
0
votes
429
views
asked a year ago
When using the open source OpenTelemetry collector and SDK, **without** using the X-Ray SDK, what HTTP headers for the span timeline visualization can be added so that the service name and segment nam...
Accepted AnswerAWS X-Ray
2
answers
0
votes
605
views
asked a year ago
I'd like to be able to correlate logs created by EKS pods to an Xray trace id. Requests initiate at API Gateway and use a Lambda to launch a pod in EKS. The logs are scraped by the CloudWatch agent an...
1
answers
0
votes
257
views
asked a year ago
I'm trying to implement X-Ray tracing for my chat application. Currently, my service map shows only **Client -> API Gateway -> Lambda**. I want to visualize the interactions between Lambda and externa...
1
answers
0
votes
1K
views
asked a year ago
How can I effectively use Amazon CloudWatch and AWS X-Ray together for comprehensive application monitoring? Specifically, I’m looking for best practices on correlating CloudWatch Logs and Metrics wit...
1
answers
0
votes
1.2K
views
asked a year ago