detect_change_points
Detect significant shifts in metric data where the mean value changes, using CUSUM analysis to identify regime changes and anomalies.
Instructions
Detect regime shifts in metric data using the CUSUM algorithm. Identifies points where the mean value changes significantly.
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 | |
| instance_id | Yes | Instance ID | |
| sensitivity | No | Detection sensitivity (lower = more sensitive) | |
| device_datasource_id | Yes | Device-DataSource ID |