AWS X-Ray · Example Payload

X Ray Edgestatistics Example

DebuggingDistributed TracingMicroservicesObservability

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

Top-level fields

$schematitleexample

Example Payload

Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EdgeStatistics",
  "example": {
    "OkCount": 100,
    "ErrorStatistics": {
      "ThrottleCount": 56,
      "OtherCount": 73,
      "TotalCount": 81
    },
    "FaultStatistics": {
      "OtherCount": 96,
      "TotalCount": 48
    },
    "TotalCount": 1,
    "TotalResponseTime": 62.11
  }
}