memory_anomaly
Identify abnormal metric values using z-score analysis. Flags points where absolute z-score exceeds a threshold, enabling detection of anomalies.
Instructions
检测某指标的异常点(z-score,|z|>threshold 视为异常)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity | Yes | ||
| metric | Yes | ||
| threshold | No | z-score 阈值,默认 2.0 |