[Alerting] rename alert client getStatus API #75332
Labels
Feature:Alerting
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
In retrospect, I picked a really bad name for the new alert client API we added in this PR: #68437 -
getAlertStatus
. Primarily because we will be promoting/enhancing an overall alert "status" in the fix for this issue: #51099 . There is also an alertstate
, which is a different thing, and as such ... it would be better to come up with a new name for this.I don't have a lot of suggestions, other than since the data returned from the current
getAlertStatus()
is based off events that occurred during some time range (and some default time range based on the alert interval is used), and that time range always end with "now", it should factor some concept of "time" in it.Perhaps something like
getRecentAlertSummary()
?Note that the peer HTTP API should also be similarly renamed.
The text was updated successfully, but these errors were encountered: