X-RAY (new) Flashcards

1
Q

What is X-RAY?

A

A distributed tracing service used for visualising, understanding and debugging distributed apps and microservices

Receives data it organises into segments, groups into traces, processes requests to generate a service graph.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is X-RAY useful for?

A

Identifying bottlenecks
Understanding dependencies
Troubleshooting issues

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can you use X-RAY and Cloud Watch?

A

X-RAY identifies the issue
Cloud Watch displays details about the issue on a dashboard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the name of the tracing header?

A

X-Amzn-Trace-Id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does the tracing header (X-Amzn-Trace-Id) contain?

A

trace id
segment id (parent id)
sampling decision
flags
options

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does GetTraceSummaries API return?

A

returns trace summarise (high level)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does BatchGetTraces API return?

A

returns detail info about traces using their trace id’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How long is Service Graph data stored for?

A

30 days

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does purple colour on the Service Graph indicate?

A

Throttling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the max number of annotations per trace

A

50

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Can you add annotations and metadata to a segment or subsegment?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly