AWS X-Ray | Data Handling Flashcards

1
Q

Can I use X-Ray to track requests from applications or services spread across multiple regions?

Data Handling

AWS X-Ray | Developer Tools

A

Yes, you can use X-Ray to track requests flowing through applications or services across multiple regions. X-Ray data is stored locally to the processed region but with enough information to enable client applications to combine the data and provide a global view of traces. Region annotation for AWS services will be added automatically, however, customers will need to instrument custom services to add the regional annotation to make use of the cross-region support.

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

How long does it take for trace data to be available in X-Ray?

Data Handling

AWS X-Ray | Developer Tools

A

Trace data sent to X-Ray is generally available for retrieval and filtering within 30 seconds of it being received by the service.

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

How far back can I query the trace data? How long does X-Ray store trace data for?

Data Handling

AWS X-Ray | Developer Tools

A

X-Ray stores trace data for the last 30 days. This enables you to query trace data going back 30 days.

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

Why do I sometimes see partial traces?

Data Handling

AWS X-Ray | Developer Tools

A

X-Ray makes the best effort to present complete trace information. However, in some situations (connectivity issues, delay in receiving segments, and so on) it is possible that trace information provided by the X-Ray APIs will be partial. In those situations, X-Ray tags traces as incomplete or partial.

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