File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 70
70
'server.grpc.keepalive.ping-without-stream-allowed' : true ,
71
71
},
72
72
73
+ ingesterClientConfig:: {
74
+ 'ingester.client.grpc-compression' : 'snappy-block' ,
75
+ },
76
+
73
77
genericBlocksStorageConfig:: {
74
78
'store.engine' : 'blocks' ,
75
79
},
145
149
'distributor.replication-factor' : $._config.replication_factor,
146
150
'distributor.shard-by-all-labels' : true ,
147
151
'distributor.health-check-ingesters' : true ,
148
- 'ingester.client.grpc-compression' : 'snappy-block' ,
149
152
'ring.heartbeat-timeout' : '10m' ,
150
153
},
151
154
Original file line number Diff line number Diff line change 8
8
$._config.ringConfig +
9
9
$._config.distributorConfig +
10
10
$._config.distributorLimitsConfig +
11
+ $._config.ingesterClientConfig +
11
12
{
12
13
target: 'distributor' ,
13
14
Original file line number Diff line number Diff line change 9
9
$._config.queryConfig +
10
10
$._config.queryEngineConfig +
11
11
$._config.distributorConfig +
12
+ $._config.ingesterClientConfig +
12
13
$._config.queryBlocksStorageConfig +
13
14
$.blocks_metadata_caching_config +
14
15
$.bucket_index_config +
Original file line number Diff line number Diff line change 9
9
$._config.queryConfig +
10
10
$._config.queryEngineConfig +
11
11
$._config.distributorConfig +
12
+ $._config.ingesterClientConfig +
12
13
$._config.rulerClientConfig +
13
14
$._config.rulerLimitsConfig +
14
15
$._config.queryBlocksStorageConfig +
You can’t perform that action at this time.
0 commit comments