Hi,
I could not find an answer to my question in Grafana documentation or forum or I did not understand the information that is available.
I am alerting based on the errors in the log files for the last 2 hours which is also my evaluation period.
If for example docker container run has failed, I fire an alert. I turned on “Disable resolved message” because if no error occurs for the next 2 hours, I get a resolved message. This is not correct since in my case, it only means that for the last 2 hours no error message was present in the log files. It is not that docker run was fixed later.
But when I enabled “Disable resolved message”, I did not get any alert messages even if the log files has an error in it.
I wasn’t expecting this. With “Disable resolved message” enabled, I was expecting the alert messages without the resolved messages in between.
Is this the behavior that Grafana alerting was designed for?
When I disable “Disable resolved message”, I do get the messages.