Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Itemized Metric Stats Structure

Aggregated statistics about a measure affected by an anomaly.

Type: object Properties: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

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

Properties

MetricName OccurrenceCount

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-itemized-metric-stats-structure.json",
  "name": "ItemizedMetricStats",
  "description": "Aggregated statistics about a measure affected by an anomaly.",
  "type": "object",
  "properties": {
    "MetricName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ColumnName"
        },
        {
          "description": "The name of the measure."
        }
      ]
    },
    "OccurrenceCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "description": "The number of times that the measure appears."
        }
      ]
    }
  }
}