Alerting: Persist AlertInstance ResolvedAt & LastSentAt (#89135)
* Alerting: Persist AlertInstance ResolvedAt & LastSentAt * Fix test * Modify existing tests * Fix merge conflicts from nullable LastSentAt & ResolvedAt
This commit is contained in:
@@ -14,6 +14,8 @@ type AlertInstance struct {
|
||||
CurrentStateSince time.Time
|
||||
CurrentStateEnd time.Time
|
||||
LastEvalTime time.Time
|
||||
LastSentAt *time.Time
|
||||
ResolvedAt *time.Time
|
||||
ResultFingerprint string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user