Amazon X-Ray · Example Payload

Xray Trace Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Xray Trace Example is an example object payload from Amazon X-Ray, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdDurationLimitExceededSegments

Example Payload

Raw ↑
{
  "Id": "trace-abc123def456",
  "Duration": "example-value",
  "LimitExceeded": "example-value",
  "Segments": "example-value"
}