View source: R/xray_operations.R
xray_list_retrieved_traces | R Documentation |
Retrieves a list of traces for a given RetrievalToken
from the CloudWatch log group generated by Transaction Search. For information on what each trace returns, see batch_get_traces
.
See https://www.paws-r-sdk.com/docs/xray_list_retrieved_traces/ for full documentation.
xray_list_retrieved_traces(
RetrievalToken,
TraceFormat = NULL,
NextToken = NULL
)
RetrievalToken |
[required] Retrieval token. |
TraceFormat |
Format of the requested traces. |
NextToken |
Specify the pagination token returned by a previous request to retrieve the next page of indexes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.