Amazon X-Ray · Schema

ErrorRootCause

The root cause of a trace summary error.

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
Services object
ClientImpacting object
View JSON Schema on GitHub

JSON Schema

xray-error-root-cause-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Services": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorRootCauseServices"
        },
        {
          "description": "A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag."
        }
      ]
    },
    "ClientImpacting": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NullableBoolean"
        },
        {
          "description": "A flag that denotes that the root cause impacts the trace client."
        }
      ]
    }
  },
  "description": "The root cause of a trace summary error.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorRootCause",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-error-root-cause-schema.json"
}