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

feat(rules): Introduce min-engine-version attribute #220

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

rabbitstack
Copy link
Owner

Rules may utilize rule engine features that are only available in specific Fibratus versions. Let's imagine a rule referencing non-existing filter fields because it's running on an incompatible engine version. This would lead to confusing syntax errors. By pinning a rule to a specific rule engine version, we can guarantee it will compile successfully. On the contrary, the error message will clearly communicate the rule needs a newer engine to compile and run accordingly.

Rules may utilize rule engine features that are only available in specific Fibratus version. Let's imagine a rule referencing non-existing filter fields because it's running on incompatible engine version. This would lead to confusing syntax error. By pinning a rule to a specific rule engine version, we can guarantee it will compile successfully. On the contrary, the error message will clearly communicate the rule needs a newer engine to compile and run accordingly.
@rabbitstack rabbitstack merged commit 9efbccc into master Dec 18, 2023
1 check passed
@rabbitstack rabbitstack deleted the min-engine-version branch December 18, 2023 17:13
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