File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 198198
199199 // Shared between the Ruler and Querier
200200 queryConfig: {
201- 'limits.per-user-override- config' : '/etc/cortex/overrides.yaml' ,
201+ 'runtime- config.file ' : '/etc/cortex/overrides.yaml' ,
202202
203203 // Limit the size of the rows we read from the index.
204204 'store.cardinality-limit' : 1e6 ,
Original file line number Diff line number Diff line change 1111
1212 'validation.reject-old-samples' : true ,
1313 'validation.reject-old-samples.max-age' : '12h' ,
14- 'limits.per-user-override- config' : '/etc/cortex/overrides.yaml' ,
14+ 'runtime- config.file ' : '/etc/cortex/overrides.yaml' ,
1515 'distributor.remote-timeout' : '20s' ,
1616
1717 'distributor.ha-tracker.enable' : true ,
Original file line number Diff line number Diff line change 3030 'ingester.max-global-series-per-metric' : $._config.limits.max_global_series_per_metric,
3131 'ingester.max-series-per-query' : $._config.limits.max_series_per_query,
3232 'ingester.max-samples-per-query' : $._config.limits.max_samples_per_query,
33- 'limits.per-user-override- config' : '/etc/cortex/overrides.yaml' ,
33+ 'runtime- config.file ' : '/etc/cortex/overrides.yaml' ,
3434 'server.grpc-max-concurrent-streams' : 100000 ,
3535 } + (
3636 if $._config.memcached_index_writes_enabled then
Original file line number Diff line number Diff line change 3535
3636 // Limit queries to 500 days, allow this to be override per-user.
3737 'store.max-query-length' : '12000h' , // 500 Days
38- 'limits.per-user-override- config' : '/etc/cortex/overrides.yaml' ,
38+ 'runtime- config.file ' : '/etc/cortex/overrides.yaml' ,
3939 } + (
4040 if $._config.queryFrontend.sharded_queries_enabled then
4141 {
Original file line number Diff line number Diff line change 207207 $._config.queryBlocksStorageConfig +
208208 {
209209 target: 'store-gateway' ,
210- 'limits.per-user-override- config' : '/etc/cortex/overrides.yaml' ,
210+ 'runtime- config.file ' : '/etc/cortex/overrides.yaml' ,
211211
212212 // Persist ring tokens so that when the store-gateway will be restarted
213213 // it will pick the same tokens
You can’t perform that action at this time.
0 commit comments