return0,errors.New("it is an error to specify a non zero `query_store_max_look_back_period` value when using any object store other than `filesystem`")
f.Var(&l.MaxCacheFreshness,"frontend.max-cache-freshness","Most recent allowed cacheable result per-tenant, to prevent caching very recent results that might still be in flux.")
f.IntVar(&l.MaxQueriersPerTenant,"frontend.max-queriers-per-tenant",0,"Maximum number of queriers that can handle requests for a single tenant. If set to 0 or value higher than number of available queriers, *all* queriers will handle requests for the tenant. Each frontend (or query-scheduler, if used) will select the same set of queriers for the same tenant (given that all queriers are connected to all frontends / query-schedulers). This option only works with queriers connecting to the query-frontend / query-scheduler, not when using downstream URL.")
_=l.RulerEvaluationDelay.Set("0s")
f.Var(&l.RulerEvaluationDelay,"ruler.evaluation-delay-duration","Duration to delay the evaluation of rules to ensure the underlying metrics have been pushed to Cortex.")
@ -296,6 +299,11 @@ func (o *Overrides) MaxQuerySeries(userID string) int {