aws.xray.batch_get_traces
Example SQL Queries
SELECT * FROMaws.xray.batch_get_tracesWHERE"trace_ids" = 'VALUE';Description
Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries to get a list of trace IDs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| trace_ids Required Input Column Specify the trace IDs of requests for which to retrieve segments. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| traces Full traces for the specified requests. | STRUCT( |
Show child fields
| |
| unprocessed_trace_ids Trace IDs of requests that haven't been processed. | VARCHAR[] |
Show child fields
| |