Anomaly filters enable you to tune your alerts for improved accuracy. Read concepts - using Anomaly filters as part of post-processor for background information.These filters can be defined during the alert creation. See how to create alerts to learn more about alert creation.The goal of anomaly filters is to reduce false alerts.
This filter enables you to define the day of the week that will be used to filter anomalies to reduce false alarms. These days are usually known to be high volume or low volume.
Usually model predictions are impacted by low data volume in the beginning. This filter enables you to define from which day/time the model should start learning to predict anomalies accurately.
Copy
Ask AI
coldStartPeriod": "P14D", # filter anomalies in the first 14 days of the datasettableName: "my_dataset"
This filter enables you to apply a threshold on the record volume.
Copy
Ask AI
Min limit: "100",Max limit": "10000000",Metric Name: "controlMetric", # customize labelTimestamp: "ts", # time column of the side inputThreshold metric: "sideMetric" # column to threshold on in the side input