Amazon X-Ray · Schema

AnomalousService

The service within the service graph that has anomalously high fault rates.

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
ServiceId object
View JSON Schema on GitHub

JSON Schema

xray-anomalous-service-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ServiceId": {
      "$ref": "#/components/schemas/ServiceId"
    }
  },
  "description": "The service within the service graph that has anomalously high fault rates. ",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AnomalousService",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-anomalous-service-schema.json"
}