Amazon X-Ray · Example Payload

Xray Telemetry Record Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Top-level fields

TimestampSegmentsReceivedCountSegmentsSentCountSegmentsSpilloverCountSegmentsRejectedCountBackendConnectionErrors

Example Payload

Raw ↑
{
  "Timestamp": "example-value",
  "SegmentsReceivedCount": "example-value",
  "SegmentsSentCount": "example-value",
  "SegmentsSpilloverCount": "example-value",
  "SegmentsRejectedCount": "example-value",
  "BackendConnectionErrors": "example-value"
}