Amazon X-Ray · Schema
BackendConnectionErrors
Application PerformanceDebuggingDistributed TracingMonitoringObservability
Properties
| Name | Type | Description |
|---|---|---|
| TimeoutCount | object | |
| ConnectionRefusedCount | object | |
| HTTPCode4XXCount | object | |
| HTTPCode5XXCount | object | |
| UnknownHostCount | object | |
| OtherCount | object |
JSON Schema
{
"type": "object",
"properties": {
"TimeoutCount": {
"allOf": [
{
"$ref": "#/components/schemas/NullableInteger"
},
{
"description": "<p/>"
}
]
},
"ConnectionRefusedCount": {
"allOf": [
{
"$ref": "#/components/schemas/NullableInteger"
},
{
"description": "<p/>"
}
]
},
"HTTPCode4XXCount": {
"allOf": [
{
"$ref": "#/components/schemas/NullableInteger"
},
{
"description": "<p/>"
}
]
},
"HTTPCode5XXCount": {
"allOf": [
{
"$ref": "#/components/schemas/NullableInteger"
},
{
"description": "<p/>"
}
]
},
"UnknownHostCount": {
"allOf": [
{
"$ref": "#/components/schemas/NullableInteger"
},
{
"description": "<p/>"
}
]
},
"OtherCount": {
"allOf": [
{
"$ref": "#/components/schemas/NullableInteger"
},
{
"description": "<p/>"
}
]
}
},
"description": "<p/>",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "BackendConnectionErrors",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-backend-connection-errors-schema.json"
}