AWS X-Ray · Example Payload

X Ray Servicestatistics Example

DebuggingDistributed TracingMicroservicesObservability

X Ray Servicestatistics 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": "ServiceStatistics",
  "example": {
    "OkCount": 19,
    "ErrorStatistics": {
      "ThrottleCount": 71,
      "OtherCount": 61,
      "TotalCount": 26
    },
    "FaultStatistics": {
      "OtherCount": 70,
      "TotalCount": 96
    },
    "TotalCount": 92,
    "TotalResponseTime": 74.24
  }
}