View source: R/xray_operations.R
xray_put_trace_segments | R Documentation |
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.
xray_put_trace_segments(TraceSegmentDocuments)
TraceSegmentDocuments |
[required] A string containing a JSON document defining one or more segments or subsegments. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.