alertmanager/api
beorn7 3c981a92f7 Improve `Mutes` performance for silences
Add version tracking of silences states. Adding a silence to the state
increments the version. If the version hasn't changed since the last
time an alert was checked for being silenced, we only have to verify
that the relevant silences are still active rather than checking the
alert against all silences.

Signed-off-by: beorn7 <beorn@soundcloud.com>
2019-02-28 12:34:41 +01:00
..
v1 Improve `Mutes` performance for silences 2019-02-28 12:34:41 +01:00
v2 Improve `Mutes` performance for silences 2019-02-28 12:34:41 +01:00
api.go Create a `Muter` implementation for silences 2019-02-26 16:42:59 +01:00