File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 20
20
cortex_querier_allow_multiple_replicas_on_same_node: false ,
21
21
cortex_query_frontend_allow_multiple_replicas_on_same_node: false ,
22
22
23
- max_chunk_idle: '15m' ,
24
-
25
23
test_exporter_enabled: false ,
26
24
test_exporter_start_time: error 'must specify test exporter start time' ,
27
25
test_exporter_user_id: error 'must specify test exporter used id' ,
Original file line number Diff line number Diff line change 26
26
'ingester.num-tokens' : 512 ,
27
27
'ingester.join-after' : '0s' ,
28
28
'ingester.heartbeat-period' : '15s' ,
29
- 'ingester.max-stale-chunk-idle' : '5m' ,
30
29
'ingester.unregister-on-shutdown' : $._config.unregister_ingesters_on_shutdown,
31
30
32
- // Chunk building/flushing config.
33
- 'ingester.retain-period' : '15m' ,
34
- 'ingester.max-chunk-age' : '6h' ,
35
-
36
31
// Limits config.
37
- 'ingester.max-chunk-idle' : $._config.max_chunk_idle,
38
32
'runtime-config.file' : '/etc/cortex/overrides.yaml' ,
39
33
'server.grpc-max-concurrent-streams' : 10000 ,
40
34
'server.grpc-max-send-msg-size-bytes' : 10 * 1024 * 1024 ,
You can’t perform that action at this time.
0 commit comments