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

Function DefaultLimitsConfig

pkg/querier/testutils.go:107–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105}
106
107func DefaultLimitsConfig() validation.Limits {
108 limits := validation.Limits{}
109 flagext.DefaultValues(&limits)
110 return limits
111}
112
113func ConvertToChunks(t *testing.T, samples []cortexpb.Sample, histograms []*cortexpb.Histogram) []client.Chunk {
114 // We need to make sure that there is at least one chunk present,

Calls 1

DefaultValuesFunction · 0.92