View source: R/xray_operations.R
xray_get_retrieved_traces_graph | R Documentation |
Retrieves a service graph for traces based on the specified RetrievalToken
from the CloudWatch log group generated by Transaction Search. This API does not initiate a retrieval job. You must first execute start_trace_retrieval
to obtain the required RetrievalToken
.
See https://www.paws-r-sdk.com/docs/xray_get_retrieved_traces_graph/ for full documentation.
xray_get_retrieved_traces_graph(RetrievalToken, NextToken = NULL)
RetrievalToken |
[required] Retrieval token. |
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.