Detects an anomaly if a metric is above a maximum threshold or below a minimum threshold.Documentation Index
Fetch the complete documentation index at: https://docs.startree.ai/llms.txt
Use this file to discover all available pages before exploring further.
Inputs
"targetProperty": "current": The data on which to perform detection.
Parameters
| name | description | default value |
|---|---|---|
component.min | If the metric goes below this value, detect an anomaly. | -Inf |
component.max | If the metric goes above this value, detect an anomaly. | +Inf |

