-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
ThirdEye still shows old detected anomalies after the 'alert' is updated.
Steps to reproduce:
- Load a dataset in TE
- Create an alert. Say
PERCENTAGE_RULEso that it generates an anomaly - Update the alert. Example, Increase the threshold.
- After successful update, the overview still shows the old anomalies, while the preview shows the new anomalies.
Example alert:
detectionName: pc
description: Capture percentage change in values.
# Tip: Type a few characters and look ahead (ctrl + space) to auto-fill.
metric: views
dataset: pageviews
# Configure multiple rules with "OR" relationship.
rules:
- detection:
- name: detection_rule_1
type: PERCENTAGE_RULE # Configure the detection type here. See doc for more details.
params: # The parameters for this rule. Different rules have different params.
offset: wo1w
percentageChange: 0.1 # Change the threshold to alter the set of anomalies.
# pattern: down. # Can be used to capture cases only when metric goes down.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels