load_trace
Load traces from files, JSON strings, AWS X-Ray, or CloudWatch. Auto-detects the trace format.
Instructions
Load a trace from file, string, X-Ray, or CloudWatch. Auto-detects format.
Args: path: File path to trace JSON data: Raw JSON string trace_id: Trace ID to fetch from X-Ray or CloudWatch source: Source for trace_id lookup: 'xray' or 'cloudwatch' (default: xray) profile: AWS profile name region: AWS region
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| data | No | ||
| trace_id | No | ||
| source | No | xray | |
| profile | No | ||
| region | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |