detect_seasonality
Analyze metric data to detect recurring patterns and identify dominant periods like 1h, 24h, or 168h, plus peak activity hours.
Instructions
Detect periodic patterns in metric data using autocorrelation. Identifies dominant periods (1h, 4h, 12h, 24h, 168h) and peak activity hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | Device ID | |
| datapoints | No | Comma-separated datapoint names (all if omitted) | |
| hours_back | No | Hours of data to analyze (default 1 week) | |
| instance_id | Yes | Instance ID | |
| device_datasource_id | Yes | Device-DataSource ID |