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 1919588 - Add new alert tables, along with new fields to existing table. #8470

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

gmierz
Copy link
Collaborator

@gmierz gmierz commented Jan 31, 2025

This patch adds a new alert table for testing new detection techniques. Some things are changed with the alert table definitions to be able to reuse a lot of the code in the new tables. At the same time, one of the methods (autodetermine_status) is modified to be more generic and usable by subclasses.

Two new fields are added called confidence, and detection_method. The confidence field is a more generically termed field similar to the t_value field but isn't specific to T-test. The detection_method field will be used to store the name of the detection method used to produce the alert.

Additionally, a new table for telemetry alerts is added here, and makes use of the *Base classes that were added.

@gmierz gmierz marked this pull request as draft January 31, 2025 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant