MCPcopy Create free account
hub / github.com/cortexproject/cortex / MaxQueryLength

Method MaxQueryLength

pkg/ruler/compat.go:169–169  ·  view source on GitHub ↗
(userID string)

Source from the content-addressed store, hash-verified

167// RulesLimits defines limits used by Ruler.
168type RulesLimits interface {
169 MaxQueryLength(userID string) time.Duration
170 RulerTenantShardSize(userID string) float64
171 RulerMaxRuleGroupsPerTenant(userID string) int
172 RulerMaxRulesPerRuleGroup(userID string) int

Callers 1

wrapWithMiddlewareFunction · 0.65

Implementers 2

ruleLimitspkg/ruler/ruler_test.go
Overridespkg/util/validation/limits.go

Calls

no outgoing calls

Tested by

no test coverage detected