cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Retry alertmanager delete silence when one instance fails

Open emanlodovice opened this issue 2 years ago • 0 comments

Describe the bug Currently alertmanager silence handler only retries on GET requests https://github.com/cortexproject/cortex/blob/master/pkg/alertmanager/distributor.go#L250-L260 but it seems like from the discussion in https://github.com/cortexproject/cortex/pull/4422 we should also be able to retry on DELETE.

Expected behavior Delete silence request should retry to a difference instance if the delete request in one AM instance fails.

emanlodovice avatar Feb 21 '24 18:02 emanlodovice