mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Set StartsAt to time of first firing state
This commit is contained in:
parent
e34f0fd0b5
commit
e4fabe135a
|
@ -227,7 +227,7 @@ func (m *Manager) sendAlertNotifications(rule *AlertingRule, timestamp model.Tim
|
|||
}
|
||||
|
||||
alerts = append(alerts, &model.Alert{
|
||||
StartsAt: aa.ActiveSince.Time(),
|
||||
StartsAt: aa.ActiveSince.Time().Add(rule.holdDuration),
|
||||
Labels: labels,
|
||||
Annotations: annotations,
|
||||
GeneratorURL: m.externalURL.String() + strutil.GraphLinkForExpression(rule.vector.String()),
|
||||
|
|
Loading…
Reference in a new issue