View source: R/xray_operations.R
xray_batch_get_traces | R Documentation |
Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use get_trace_summaries
to get a list of trace IDs.
See https://www.paws-r-sdk.com/docs/xray_batch_get_traces/ for full documentation.
xray_batch_get_traces(TraceIds, NextToken = NULL)
TraceIds |
[required] Specify the trace IDs of requests for which to retrieve segments. |
NextToken |
Pagination token. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.