View source: R/xray_operations.R
xray_start_trace_retrieval | R Documentation |
Initiates a trace retrieval process using the specified time range and for the give trace IDs on Transaction Search generated by the CloudWatch log group. For more information, see Transaction Search.
See https://www.paws-r-sdk.com/docs/xray_start_trace_retrieval/ for full documentation.
xray_start_trace_retrieval(TraceIds, StartTime, EndTime)
TraceIds |
[required] Specify the trace IDs of the traces to be retrieved. |
StartTime |
[required] The start of the time range to retrieve traces. The range is inclusive, so the specified start time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC. |
EndTime |
[required] The end of the time range to retrieve traces. The range is inclusive, so the specified end time is included in the query. Specified as epoch time, the number of seconds since January 1, 1970, 00:00:00 UTC. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.