View source: R/xray_operations.R
xray_get_trace_summaries | R Documentation |
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
)
StartTime |
[required] The start of the time frame for which to retrieve traces. |
EndTime |
[required] The end of the time frame for which to retrieve traces. |
TimeRangeType |
A parameter to indicate whether to query trace summaries by TraceId, Event (trace update time), or Service (segment end time). |
Sampling |
Set to |
SamplingStrategy |
A parameter to indicate whether to enable sampling on trace summaries. Input parameters are Name and Value. |
FilterExpression |
Specify a filter expression to retrieve trace summaries for services or requests that meet certain requirements. |
NextToken |
Specify the pagination token returned by a previous request to retrieve the next page of results. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.