alertmanager/doc
fpetkovski b408b522bc Improve the AlertmanagerMembersInconsistent alert
The expression alertmanager_cluster_members{job="alertmanager"}[5m]) is assumed to return
one series for each alertmanager instance in the cluster. When running inside Kubernetes,
alertmanager pods can get evicted and rescheduled. This can change the instance label and
produce a new series for that alertmanager instance.

When the same pod gets evicted several times in a row, there will be a short interval in which
Prometheus will return values from both the new series and the old series.
As a result, counting the number of series for the alertmanager_cluster_members metric
will overestimate the number of instances in the given cluster.

This commit modifies the the AlertmanagerMembersInconsistent alert to increase the for clause to 15m
in order to reduce the probability of a false positive.

Signed-off-by: fpetkovski <filip.petkovsky@gmail.com>
2021-06-22 08:21:02 +02:00
..
alertmanager-mixin Improve the AlertmanagerMembersInconsistent alert 2021-06-22 08:21:02 +02:00
design doc: Add 'Secure Alertmanager cluster traffic' design document 2019-03-01 16:12:25 +01:00
examples Update matcher examples 2021-05-06 19:17:59 +02:00
arch.svg Update Architecture diagram (#1394) 2018-05-31 15:34:52 +02:00
arch.xml Update Architecture diagram (#1394) 2018-05-31 15:34:52 +02:00