Send trace segments to AWS X-Ray, query trace summaries, retrieve full traces, create a trace group, and view the service graph.
https://docs.aws.amazon.com/xray/latest/devguide/xray-api-sendingdata.html
- ID: xray/getting-started
- Level: intermediate
- Core actions:
xray:PutTraceSegments,xray:GetTraceSummaries,xray:BatchGetTraces,xray:CreateGroup
- Send a trace segment and subsegment
- Get trace summaries
- Get full trace details
- Create a trace group with a filter expression
- Get the service graph
| Resource | Type |
|---|---|
tut-group-<random> |
X-Ray group |
~10 seconds
No charge. X-Ray provides a free tier of 100,000 traces recorded and 1,000,000 traces scanned per month.
| Field | Value |
|---|---|
| Date | 2026-04-14 |
| Script lines | 87 |
| Exit code | 0 |
| Runtime | 10s |
| Steps | 5 |
| Issues | Fixed parent_id extraction quoting |
| Version | v1 |