alertmanager icon indicating copy to clipboard operation
alertmanager copied to clipboard

Introduce AlertSnapshot and AlertsSnapshot to create a snapshot of the alert

Open zecke opened this issue 1 year ago • 1 comments

Introduce types.AlertSnapshot and types.AlertsSnapshot that keeps track of the original dispatch time and uses it for the Status() and Resolved() method. This makes sure the notification is consistent across retries and/or other delays.

This is in preparation to not zero out the EndsAt time for active alerts.

zecke avatar Jun 17 '24 14:06 zecke

Any chance we can make progress here?

zecke avatar Sep 11 '24 12:09 zecke