squaredev-io / whitebox

[Not Actively Maintained] Whitebox is an open source E2E ML monitoring platform with edge capabilities that plays nicely with kubernetes
https://squaredev.io/whitebox/
MIT License
184 stars 5 forks source link

Create flag in a report to see if it was checked for an alert #153

Open sinnec opened 1 year ago

sinnec commented 1 year ago

Is your feature request related to a problem? Please describe. Inferences are grouped and reports are created based on the inference rows groups and not the whole dataset. This gives the user the ability to add more inference rows that consern older dates that already have reports, and update that report. But the previous report is already checked for an alert. The updated alert should be also checked for alerts (even if they are concerning past dates).

Describe the solution you'd like The report should have a flag so the cron job sees if it was checked for alerts, something like "is_used": True/False. The new reports and the updated reports will have "is_used" set to False and when the cron job checks the report for alerts, this field will be set to False.

momegas commented 1 year ago

If this is a bug you should use the bug template. No worries of course. For the future 😉

sinnec commented 1 year ago

It's not a bug per say but it's not a feature either. It's somewhere in between!

momegas commented 1 year ago

Hahahaha im gonna screenshot this... I ike it 😆

NickNtamp commented 1 year ago

@sinnec if I understand correct, I have already checked that everything work as expected in #126