Skip to content

Optimize detection logic; upgrade go to 1.25#13

Merged
avlllo merged 2 commits into
mainfrom
optimize-detection
Feb 5, 2026
Merged

Optimize detection logic; upgrade go to 1.25#13
avlllo merged 2 commits into
mainfrom
optimize-detection

Conversation

@torkel-hoge
Copy link
Copy Markdown
Collaborator

@torkel-hoge torkel-hoge commented Feb 4, 2026

This PR includes changes that enable faster execution of the detectors chain. This is achieved by extending the detector API with a TriggerCriteria method, which returns the event types and function names that should trigger the detector. This makes it possible to run only some of the detectors loaded into the system instead of all of them when processing a single event. The detectors supplied with the product have also been updated accordingly.

In addition, this PR contains an update of the Go version for all components.

Comment thread .gitignore Outdated
@torkel-hoge torkel-hoge requested a review from avlllo February 4, 2026 15:50
@avlllo
Copy link
Copy Markdown
Collaborator

avlllo commented Feb 5, 2026

LGTM

@avlllo avlllo merged commit beafad9 into main Feb 5, 2026
11 checks passed
@torkel-hoge torkel-hoge deleted the optimize-detection branch April 19, 2026 14:55
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.

2 participants