167. X-Ray Overview

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

AWS X-Ray

service that collects data about requests that your application serves, and provides tools that you can use to view, filter, and gain insights into that data to identify issues and opportunities for optimization

2
New cards

AWS X-Ray provides

Visual analysis of our applications

3
New cards

Debugging in Production, the good old way:

• Test locally

• Add log statements everywhere • Re-deploy in production

• Log formats differ across applications and log analysis is hard.

• Debugging: one big monolith “easy”, distributed services “hard”

• No common views of your entire architecture

4
New cards

AWS X-Ray advantages

• Troubleshooting performance (bottlenecks)

• Understand dependencies in a microservice architecture

• Pinpoint service issues

• Review request behavior

• Find errors and exceptions

• Are we meeting time SLA?

• Where I am throttled?

• Identify users that are impacted