analyze_series
Detect changepoints in fleet telemetry and explain the most severe anomalies within the remaining monthly budget. Returns an audit trail for each changepoint.
Instructions
Detect changepoints in a fleet metric and explain the most severe ones within the tenant's remaining monthly spend budget.
points is a list of [unix_timestamp, value] pairs sorted by time. Returns the anomaly report including a per-changepoint audit trail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | No | ||
| metric | Yes | ||
| points | Yes | ||
| tenant_id | Yes |