classify_trend
Analyze monitoring metric data to identify trend types: stable, increasing, decreasing, cyclic, or volatile. Uses regression slope, variation, and autocorrelation for accurate classification.
Instructions
Classify metric trends as stable, increasing, decreasing, cyclic, or volatile. Uses linear regression slope, coefficient of variation, and autocorrelation.
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 | |
| device_datasource_id | Yes | Device-DataSource ID |