Anomaly Detection · Schema

TimeSeries

A named time series used as input for anomaly detection, containing an ordered sequence of timestamped metric values.

Anomaly DetectionArtificial IntelligenceData ScienceFraud DetectionMachine LearningMonitoringObservabilityOutlier DetectionPattern RecognitionSecurityTime Series

Properties

Name Type Description
id string Unique identifier for the time series.
name string Human-readable name for the time series.
description string Description of what this time series measures.
metric string The metric being tracked in this series.
unit string Unit of measurement for the metric values.
granularity string Time granularity between data points (ISO 8601 duration).
seasonality string The dominant seasonality pattern observed in this series.
data_points array Ordered list of timestamped data points.
created_at string Timestamp when this time series was created.
dimensions object Dimensional metadata tags for this series.
View JSON Schema on GitHub