An open API service indexing awesome lists of open source software.

https://github.com/rodneyshag/aws_x-ray

AWS X-Ray tutorial
https://github.com/rodneyshag/aws_x-ray

Last synced: 4 months ago
JSON representation

AWS X-Ray tutorial

Awesome Lists containing this project

README

          



### Overview

- lets you analyze & debug applications using distributed tracing
- provides new ways to analyze performance
- lets you see downstream service calls
- works with EC2, Elastic Beanstalk, Elastic Container Service (ECS), Lambda, DynamoDB, etc.
- setup requires X-Ray SDK and X-ray daemon.

![Xray](images/xray_sample.png)

### Tutorials

- [Announcing AWS X-Ray](https://www.youtube.com/watch?v=Td7ZSS8p6DA) (2 minutes)
- [Instrument Applications for AWS X-Ray](https://www.youtube.com/watch?v=JBOo2L4sqt8) (10 minutes)

### Documentation

- [Official Documentation](https://docs.aws.amazon.com/xray/latest/devguide/aws-xray.html) - use as a reference