From: Zack Cerza Date: Thu, 7 Sep 2017 20:09:47 +0000 (-0600) Subject: alert-status: Use max() for health alert condition X-Git-Tag: v1.0~21^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F114%2Fhead;p=cephmetrics.git alert-status: Use max() for health alert condition last() appears to invite flapping. Signed-off-by: Zack Cerza --- 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" }