Browse Source

fix word 'consequentally' to 'consequently' (#5827)

Signed-off-by: czm <zhongming.chang@daocloud.io>
pull/5828/head
AllenZMC 5 years ago committed by Brian Brazil
parent
commit
5c2c9a03e9
  1. 2
      rules/alerting.go

2
rules/alerting.go

@ -290,7 +290,7 @@ func (r *AlertingRule) SetRestored(restored bool) {
}
// resolvedRetention is the duration for which a resolved alert instance
// is kept in memory state and consequentally repeatedly sent to the AlertManager.
// is kept in memory state and consequently repeatedly sent to the AlertManager.
const resolvedRetention = 15 * time.Minute
// Eval evaluates the rule expression and then creates pending alerts and fires

Loading…
Cancel
Save