This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 15
15
- Cortex / Queries: added "Lazy loaded index-headers" and "Index-header lazy load duration"
16
16
- Cortex / Compactor: added "Tenants compaction progress", "Average blocks / tenant" and "Tenants with largest number of blocks"
17
17
- Alerts: added "CortexMemoryMapAreasTooHigh"
18
- * [ ENHANCEMENT] Fine-tuned gRPC keepalive pings to work nicely with Cortex default settings.
18
+ * [ ENHANCEMENT] Fine-tuned gRPC keepalive pings to work nicely with Cortex default settings. # 233 # 234
19
19
- ` -server.grpc.keepalive.min-time-between-pings=10s `
20
20
- ` -server.grpc.keepalive.ping-without-stream-allowed:true `
21
21
* [ BUGFIX] Fixed workingset memory panel while rolling out a StatefulSet. #229
Original file line number Diff line number Diff line change 41
41
else {}
42
42
),
43
43
44
- ingester_statefulset_args:: {
45
- 'ingester.wal-enabled' : true ,
46
- 'ingester.checkpoint-enabled' : true ,
47
- 'ingester.recover-from-wal' : true ,
48
- 'ingester.wal-dir' : $._config.ingester.wal_dir,
49
- 'ingester.checkpoint-duration' : '15m' ,
50
- '-log.level' : 'info' ,
51
- 'ingester.tokens-file-path' : $._config.ingester.wal_dir + '/tokens' ,
52
- },
44
+ ingester_statefulset_args::
45
+ $._config.grpcConfig +
46
+ {
47
+ 'ingester.wal-enabled' : true ,
48
+ 'ingester.checkpoint-enabled' : true ,
49
+ 'ingester.recover-from-wal' : true ,
50
+ 'ingester.wal-dir' : $._config.ingester.wal_dir,
51
+ 'ingester.checkpoint-duration' : '15m' ,
52
+ '-log.level' : 'info' ,
53
+ 'ingester.tokens-file-path' : $._config.ingester.wal_dir + '/tokens' ,
54
+ },
53
55
54
56
ingester_ports:: $.util.defaultPorts,
55
57
Original file line number Diff line number Diff line change 2
2
local container = $.core.v1.container,
3
3
4
4
query_frontend_args::
5
- $._config.ringConfig +
5
+ $._config.grpcConfig +
6
6
{
7
7
target: 'query-frontend' ,
8
8
You can’t perform that action at this time.
0 commit comments