Amazon X-Ray · JSON Structure

Xray Time Series Service Statistics Structure

A list of TimeSeriesStatistic structures.

Type: object Properties: 5
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

Timestamp EdgeSummaryStatistics ServiceSummaryStatistics ServiceForecastStatistics ResponseTimeHistogram

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Timestamp": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "Timestamp of the window for which statistics are aggregated."
        }
      ]
    },
    "EdgeSummaryStatistics": {
      "$ref": "#/components/schemas/EdgeStatistics"
    },
    "ServiceSummaryStatistics": {
      "$ref": "#/components/schemas/ServiceStatistics"
    },
    "ServiceForecastStatistics": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ForecastStatistics"
        },
        {
          "description": "The forecasted high and low fault count values."
        }
      ]
    },
    "ResponseTimeHistogram": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Histogram"
        },
        {
          "description": "The response time histogram for the selected entities."
        }
      ]
    }
  },
  "description": "A list of TimeSeriesStatistic structures.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "TimeSeriesServiceStatistics",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-time-series-service-statistics-structure.json"
}