MCPcopy Index your code
hub / github.com/cortexproject/cortex / MaxChunksPerQuery

Method MaxChunksPerQuery

pkg/util/validation/limits.go:779–781  ·  view source on GitHub ↗
(userID string)

Source from the content-addressed store, hash-verified

777}
778
779func (o *Overrides) MaxChunksPerQuery(userID string) int {
780 return o.GetOverridesForUser(userID).MaxChunksPerQuery
781}
782
783// MaxFetchedSeriesPerQuery returns the maximum number of series allowed per query when fetching
784// chunks from ingesters and blocks storage.

Callers 1

setupFromCtxMethod · 0.80

Calls 1

GetOverridesForUserMethod · 0.95

Tested by

no test coverage detected