alertmanager/dispatch
Simon Pasquier 4535311c34 dispatch: don't garbage-collect alerts from store
The aggregation group is already responsible for removing the resolved
alerts. Running the garbage collection in parallel introduces a race and
eventually resolved notifications may be dropped.

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2019-09-18 11:42:14 +02:00
..
dispatch_test.go dispatch: fix missing receivers in Groups() (#1964) 2019-07-24 17:12:37 +02:00
dispatch.go dispatch: don't garbage-collect alerts from store 2019-09-18 11:42:14 +02:00
route_test.go dispatch: Add group_by_all support (#1588) 2018-11-29 12:31:14 +01:00
route.go dispatch: use strings.Builder instead of []byte 2019-07-15 15:27:37 +02:00