Retrieves IDs and annotations for traces available for a specified time frame using an optional filter. To get the full traces, pass the trace IDs to batch_get_traces
.
See https://www.paws-r-sdk.com/docs/xray_get_trace_summaries/ for full documentation.
xray_get_trace_summaries(
StartTime,
EndTime,
TimeRangeType = NULL,
Sampling = NULL,
SamplingStrategy = NULL,
FilterExpression = NULL,
NextToken = NULL
)
[required] The start of the time frame for which to retrieve traces.
[required] The end of the time frame for which to retrieve traces.
Query trace summaries by TraceId (trace start time), Event (trace update time), or Service (trace segment end time).
Set to true
to get summaries for only a subset of available traces.
A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value.
Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements.
Specify the pagination token returned by a previous request to retrieve the next page of results.