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

Method MaxQueryLength

pkg/querier/tripperware/limits.go:16–16  ·  view source on GitHub ↗

MaxQueryLength returns the limit of the length (in time) of a query.

(string)

Source from the content-addressed store, hash-verified

14
15 // MaxQueryLength returns the limit of the length (in time) of a query.
16 MaxQueryLength(string) time.Duration
17
18 // MaxQueryParallelism returns the limit to the number of split queries the
19 // frontend will process in parallel.

Callers 3

SelectMethod · 0.65
LabelValuesMethod · 0.65
LabelNamesMethod · 0.65

Implementers 1

Overridespkg/util/validation/limits.go

Calls

no outgoing calls

Tested by

no test coverage detected