MCPcopy
hub / github.com/prometheus/prometheus / sequentialRuleEvalController

Struct sequentialRuleEvalController

rules/manager.go:599–599  ·  view source on GitHub ↗

sequentialRuleEvalController is a RuleConcurrencyController that runs every rule sequentially.

Source from the content-addressed store, hash-verified

597
598// sequentialRuleEvalController is a RuleConcurrencyController that runs every rule sequentially.
599type sequentialRuleEvalController struct{}
600
601func (sequentialRuleEvalController) Allow(context.Context, *Group, Rule) bool {
602 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected