- consecutive anomalies are merged
- if an anomaly lasts for more than 7 days, a new anomaly is created
Examples
Anomaly merge
- Default behavior
- Custom behavior
You can configure ThirdEye to merge anomalies that have a small gap between them using mergeMaxGap.
For instance, withmergeMaxGap=PT2H
, anomalies that have less than 2 hours between them are merged together. - Disable anomaly merger
You can disable anomaly merger by settingmergeMaxGap=PT0S
.
Anomaly max length
A new anomaly is created when the maximum length is reached. You can customize this maximum length with mergeMaxDuration.