mirror of
https://github.com/prometheus/prometheus
synced 2024-12-24 23:42:32 +00:00
fix word 'consequentally' to 'consequently' (#5827)
Signed-off-by: czm <zhongming.chang@daocloud.io>
This commit is contained in:
parent
9e47bb8b46
commit
5c2c9a03e9
@ -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…
Reference in New Issue
Block a user