-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Metrics Alerts] Add OUTSIDE RANGE threshold condition #61825
Comments
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
My initial proposal was to let the user set |
Right now we have an alert state implemented called Should we just have alerts send a message when they hit a |
Ah, you mean like having an option on the Alert dialog?
|
That could work! Should it be checked by default? |
I doubt. Let's keep it unchecked. This option can make a lot of sense for static resources, like hosts, but less so for dynamic resources. The question is when should we fire such alert? I see two options -
|
Looks like |
Going to branch off |
Design docs for metrics alerts included two additional comparators that we didn't implement in time for 7.7. These are:
OUTSIDE RANGE
- basically the opposite ofBETWEEN
, alerts when a value is not between two valuesIS EMPTY
- alerts when the value is zero? @sorantis please clarifyThe text was updated successfully, but these errors were encountered: