From 58605710e3c4322278e799edc72bc83e468f5bac Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 7 Sep 2017 14:09:47 -0600 Subject: [PATCH] alert-status: Use max() for health alert condition last() appears to invite flapping. Signed-off-by: Zack Cerza --- dashboards/current/alert-status.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboards/current/alert-status.json b/dashboards/current/alert-status.json index 4b951d5..21febc7 100644 --- a/dashboards/current/alert-status.json +++ b/dashboards/current/alert-status.json @@ -146,7 +146,7 @@ }, "reducer": { "params": [], - "type": "last" + "type": "max" }, "type": "query" } -- 2.47.3