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

Struct tenantLimit

pkg/querier/querier_test.go:369–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369type tenantLimit struct {
370 MaxFetchedSeriesPerQuery int
371}
372
373func (t tenantLimit) ByUserID(userID string) *validation.Limits {
374 return &validation.Limits{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected