6 ms·
Great work! Including a way to set grace periods will be really useful to prevent flapping on the metrics. ex, 'Alert When CPU > 95% for 10m'
by zphds 10y ago
Great work! Including a way to set grace periods will be really useful to prevent flapping on the metrics. ex, 'Alert When CPU > 95% for 10m'
- yobo 10y agoOne way to solve that problem is to reduce the series with min(). Ex http://play.grafana.org/dashboard/db/alerting-flappy?panelId=1&fullscreen&edit&tab=alert http://play.grafana.org/dashboard/db/alerting-flappy?panelId... This means that the lowest value for the last 5min of the serie have to be above 80% before the alert triggers.