X-Ray Flashcards

1
Q

What is X-Ray trace segment?

A

X-Ray trace segment is a JSON representation of a request that your application serves. A trace segment records information about the original request, information about the work that your application does locally,

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

What does X-Ray subsegments contain?

A

X-Ray subsegments contain information about downstream calls that your application makes to AWS resources, HTTP APIs, and SQL databases.

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

What are X-Ray annotations?

A

X-Ray Annotations are key-value pairs with string, number, or Boolean values.

Annotations are indexed for use with filter expressions.

Use annotations to record data that you want to use to group traces in the console, or when calling the GetTraceSummaries API.

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