-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add severity to rule in ListEvaluationHistory RPC. #4012
Comments
blkt
added a commit
that referenced
this issue
Jul 26, 2024
blkt
added a commit
that referenced
this issue
Jul 26, 2024
We track the severity of a rule at the rule type level, and we return it to the client via `/api/v1/results` API. This change addss it to `/api/v1/history` as well under the rule entry. Fixes #4012
10 tasks
blkt
added a commit
that referenced
this issue
Jul 26, 2024
We track the severity of a rule at the rule type level, and we return it to the client via `/api/v1/results` API. This change addss it to `/api/v1/history` as well under the rule entry. Fixes #4012
blkt
added a commit
that referenced
this issue
Jul 26, 2024
We track the severity of a rule at the rule type level, and we return it to the client via `/api/v1/results` API. This change addss it to `/api/v1/history` as well under the rule entry. Fixes #4012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We track the severity of a rule at the rule type level, and we used to return it to the client via
/api/v1/results
API.Add it to
/api/v1/history
under the rule entry.The text was updated successfully, but these errors were encountered: