Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Not displaying past value anomalies correctly on chart #907

Open
amitgalitz opened this issue Oct 24, 2024 · 1 comment
Open

[BUG] Not displaying past value anomalies correctly on chart #907

amitgalitz opened this issue Oct 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@amitgalitz
Copy link
Member

What is the bug?
Anomaly detection results also display past values when we have cases where we detected late anomalies.

The past_values is the actual input that triggered an anomaly. If past_values is not null, then the attributions or expected values are from a past input. This however can cause some incorrect situation on our visualization because it would attribute an anomaly that happened two intervals ago (T-2) to the current time, it also would mean that if current value is also anomalous (T-0) we will see that anomaly displayed later on T+2 for example.

explanation of late anomalies can be found here: https://opensearch.org/docs/latest/observing-your-data/ad/result-mapping/

How can one reproduce the bug?

Do you have any additional context?
Add any other context about the problem.

@amitgalitz amitgalitz added bug Something isn't working untriaged labels Oct 24, 2024
@dblock
Copy link
Member

dblock commented Nov 11, 2024

[Catch All Triage - 1, 2, 3, 4]

@dblock dblock removed the untriaged label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants