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
- Host: GitHub
- URL: https://github.com/rodneyshag/aws_x-ray
- Owner: RodneyShag
- Created: 2020-04-27T03:10:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T03:22:18.000Z (about 6 years ago)
- Last Synced: 2025-12-01T20:38:22.674Z (7 months ago)
- Size: 353 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.

### 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