Amazon X-Ray · Example Payload

Xray Backend Connection Errors Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Xray Backend Connection Errors 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

TimeoutCountConnectionRefusedCountHTTPCode4XXCountHTTPCode5XXCountUnknownHostCountOtherCount

Example Payload

Raw ↑
{
  "TimeoutCount": "example-value",
  "ConnectionRefusedCount": "example-value",
  "HTTPCode4XXCount": "example-value",
  "HTTPCode5XXCount": "example-value",
  "UnknownHostCount": "example-value",
  "OtherCount": "example-value"
}