-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
[Feature request] Alerting - Add option If no data or all values are null SET STATE TO "OK" #6866
Comments
@amuraru Wouldn't this be the same as |
I also need it. I have a graph with some errors, where 100 errors - it is an alert, but 0 errors (no data) - that's OK. |
Not quite @bergquist - imagine you have a graph where only errors are graphed. Then if last state is kept an error alert would be fired. |
@bergquist It looks like SET STATE TO "OK" was there, but was removed in this commit: Hopefully this helps in restoring the feature |
Yes, we also have the usecase where we want to alert in case of responses with status code |
Will be available in 4.1.0 |
Thx for the heads up 👍 |
Sometimes no value returned by a query means everything is ok.
It would be useful to have this option in the Alerting tab:
If no data or all values are null SET STATE TO "OK"
The text was updated successfully, but these errors were encountered: