Amazon X-Ray · JSON Structure

Xray Anomalous Service Structure

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

Type: object Properties: 1
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

ServiceId

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "AnomalousService",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-anomalous-service-structure.json"
}