Amazon X-Ray · JSON Structure

Xray Response Time Root Cause Structure

The root cause information for a response time warning.

Type: object Properties: 2
Application PerformanceDebuggingDistributed TracingMonitoringObservability

ResponseTimeRootCause is a JSON Structure definition published by Amazon X-Ray, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Services ClientImpacting

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Services": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResponseTimeRootCauseServices"
        },
        {
          "description": "A list of corresponding services. A service identifies a segment and 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 information for a response time warning.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ResponseTimeRootCause",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-response-time-root-cause-structure.json"
}