alertmanager icon indicating copy to clipboard operation
alertmanager copied to clipboard

Ensure same timestamp context for all evaluations

Open fabxc opened this issue 9 years ago • 0 comments

Currently we pass a now timestamp to the notification pipeline so all evaluations run against the same timestamp. This avoids artifacts. In some places we are not using that context timestamp yet but call time.Now() directly.

  • model.Alert.Resolved()
  • types.Silence.Mutes()

fabxc avatar Aug 15 '16 12:08 fabxc