xray_put_trace_segments {paws.developer.tools} | R Documentation |
Uploads segment documents to Amazon Web Services X-Ray
Description
Uploads segment documents to Amazon Web Services X-Ray. The X-Ray SDK generates segment documents and sends them to the X-Ray daemon, which uploads them in batches. A segment document can be a completed segment, an in-progress segment, or an array of subsegments.
See https://www.paws-r-sdk.com/docs/xray_put_trace_segments/ for full documentation.
Usage
xray_put_trace_segments(TraceSegmentDocuments)
Arguments
TraceSegmentDocuments |
[required] A string containing a JSON document defining one or more segments or subsegments. |
[Package paws.developer.tools version 0.7.0 Index]