suvodeep-pyne opened a new issue #5831: URL: https://github.com/apache/incubator-pinot/issues/5831
ThirdEye still shows old detected anomalies after the 'alert' is updated. Steps to reproduce: 1. Load a dataset in TE 2. Create an alert. Say PERCENTAGE_RULE so that it generates an anomaly 3. Update the alert. Example, Increase the threshold. 4. 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. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org