[Alerting] getAlertStatus() should exhaustively search through event log #74860
Labels
enhancement
New value added to drive a business result
estimate:needs-research
Estimated as too large and requires research to break down into workable issues
Feature:Alerting/RulesFramework
Issues related to the Alerting Rules Framework
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
see: #68437 (comment)
Currently the alert client's
getAlertStatus()
method (added in PR ^^^) only gets up to 10K events to process to determine the status. That may not be enough, for alerts with many active instances - it may drop some old data.We should probably change this to exhaustively search the event log instead - although perhaps some reasonable limit on the start date should be added. We'd have to change the way the processing of the event log works.
The text was updated successfully, but these errors were encountered: