@@ -192,15 +192,19 @@ parquet_converter:
192
192
193
193
ring :
194
194
kvstore :
195
- # Backend storage to use for the ring. Supported values are: consul, etcd,
196
- # inmemory, memberlist, multi.
195
+ # Backend storage to use for the ring. Supported values are: consul,
196
+ # dynamodb, etcd, inmemory, memberlist, multi.
197
197
# CLI flag: -parquet-converter.ring.store
198
198
[store : <string> | default = "consul"]
199
199
200
200
# The prefix for the keys in the store. Should end with a /.
201
201
# CLI flag: -parquet-converter.ring.prefix
202
202
[prefix : <string> | default = "collectors/"]
203
203
204
+ # The consul_config configures the consul client.
205
+ # The CLI flags prefix for this block config is: parquet-converter.ring
206
+ [consul : <consul_config>]
207
+
204
208
dynamodb :
205
209
# Region to access dynamodb.
206
210
# CLI flag: -parquet-converter.ring.dynamodb.region
@@ -226,10 +230,6 @@ parquet_converter:
226
230
# CLI flag: -parquet-converter.ring.dynamodb.timeout
227
231
[timeout : <duration> | default = 2m]
228
232
229
- # The consul_config configures the consul client.
230
- # The CLI flags prefix for this block config is: parquet-converter.ring
231
- [consul : <consul_config>]
232
-
233
233
# The etcd_config configures the etcd client.
234
234
# The CLI flags prefix for this block config is: parquet-converter.ring
235
235
[etcd : <etcd_config>]
@@ -451,15 +451,19 @@ The `alertmanager_config` configures the Cortex alertmanager.
451
451
sharding_ring:
452
452
# The key-value store used to share the hash ring across multiple instances.
453
453
kvstore:
454
- # Backend storage to use for the ring. Supported values are: consul, etcd,
455
- # inmemory, memberlist, multi.
454
+ # Backend storage to use for the ring. Supported values are: consul,
455
+ # dynamodb, etcd, inmemory, memberlist, multi.
456
456
# CLI flag: -alertmanager.sharding-ring.store
457
457
[store: <string> | default = "consul"]
458
458
459
459
# The prefix for the keys in the store. Should end with a /.
460
460
# CLI flag: -alertmanager.sharding-ring.prefix
461
461
[prefix: <string> | default = "alertmanagers/"]
462
462
463
+ # The consul_config configures the consul client.
464
+ # The CLI flags prefix for this block config is: alertmanager.sharding-ring
465
+ [consul: <consul_config>]
466
+
463
467
dynamodb:
464
468
# Region to access dynamodb.
465
469
# CLI flag: -alertmanager.sharding-ring.dynamodb.region
@@ -485,10 +489,6 @@ sharding_ring:
485
489
# CLI flag: -alertmanager.sharding-ring.dynamodb.timeout
486
490
[timeout: <duration> | default = 2m]
487
491
488
- # The consul_config configures the consul client.
489
- # The CLI flags prefix for this block config is: alertmanager.sharding-ring
490
- [consul: <consul_config>]
491
-
492
492
# The etcd_config configures the etcd client.
493
493
# The CLI flags prefix for this block config is: alertmanager.sharding-ring
494
494
[etcd: <etcd_config>]
@@ -2710,15 +2710,19 @@ The `compactor_config` configures the compactor for the blocks storage.
2710
2710
2711
2711
sharding_ring:
2712
2712
kvstore:
2713
- # Backend storage to use for the ring. Supported values are: consul, etcd,
2714
- # inmemory, memberlist, multi.
2713
+ # Backend storage to use for the ring. Supported values are: consul,
2714
+ # dynamodb, etcd, inmemory, memberlist, multi.
2715
2715
# CLI flag: -compactor.ring.store
2716
2716
[store: <string> | default = "consul"]
2717
2717
2718
2718
# The prefix for the keys in the store. Should end with a /.
2719
2719
# CLI flag: -compactor.ring.prefix
2720
2720
[prefix: <string> | default = "collectors/"]
2721
2721
2722
+ # The consul_config configures the consul client.
2723
+ # The CLI flags prefix for this block config is: compactor.ring
2724
+ [consul: <consul_config>]
2725
+
2722
2726
dynamodb:
2723
2727
# Region to access dynamodb.
2724
2728
# CLI flag: -compactor.ring.dynamodb.region
@@ -2744,10 +2748,6 @@ sharding_ring:
2744
2748
# CLI flag: -compactor.ring.dynamodb.timeout
2745
2749
[timeout: <duration> | default = 2m]
2746
2750
2747
- # The consul_config configures the consul client.
2748
- # The CLI flags prefix for this block config is: compactor.ring
2749
- [consul: <consul_config>]
2750
-
2751
2751
# The etcd_config configures the etcd client.
2752
2752
# The CLI flags prefix for this block config is: compactor.ring
2753
2753
[etcd: <etcd_config>]
@@ -3039,15 +3039,19 @@ ha_tracker:
3039
3039
# supported by the HA tracker since gossip propagation is too slow for HA
3040
3040
# purposes.
3041
3041
kvstore:
3042
- # Backend storage to use for the ring. Supported values are: consul, etcd,
3043
- # inmemory, memberlist, multi.
3042
+ # Backend storage to use for the ring. Supported values are: consul,
3043
+ # dynamodb, etcd, inmemory, memberlist, multi.
3044
3044
# CLI flag: -distributor.ha-tracker.store
3045
3045
[store: <string> | default = "consul"]
3046
3046
3047
3047
# The prefix for the keys in the store. Should end with a /.
3048
3048
# CLI flag: -distributor.ha-tracker.prefix
3049
3049
[prefix: <string> | default = "ha-tracker/"]
3050
3050
3051
+ # The consul_config configures the consul client.
3052
+ # The CLI flags prefix for this block config is: distributor.ha-tracker
3053
+ [consul: <consul_config>]
3054
+
3051
3055
dynamodb:
3052
3056
# Region to access dynamodb.
3053
3057
# CLI flag: -distributor.ha-tracker.dynamodb.region
@@ -3073,10 +3077,6 @@ ha_tracker:
3073
3077
# CLI flag: -distributor.ha-tracker.dynamodb.timeout
3074
3078
[timeout: <duration> | default = 2m]
3075
3079
3076
- # The consul_config configures the consul client.
3077
- # The CLI flags prefix for this block config is: distributor.ha-tracker
3078
- [consul: <consul_config>]
3079
-
3080
3080
# The etcd_config configures the etcd client.
3081
3081
# The CLI flags prefix for this block config is: distributor.ha-tracker
3082
3082
[etcd: <etcd_config>]
@@ -3147,15 +3147,19 @@ ha_tracker:
3147
3147
3148
3148
ring:
3149
3149
kvstore:
3150
- # Backend storage to use for the ring. Supported values are: consul, etcd,
3151
- # inmemory, memberlist, multi.
3150
+ # Backend storage to use for the ring. Supported values are: consul,
3151
+ # dynamodb, etcd, inmemory, memberlist, multi.
3152
3152
# CLI flag: -distributor.ring.store
3153
3153
[store: <string> | default = "consul"]
3154
3154
3155
3155
# The prefix for the keys in the store. Should end with a /.
3156
3156
# CLI flag: -distributor.ring.prefix
3157
3157
[prefix: <string> | default = "collectors/"]
3158
3158
3159
+ # The consul_config configures the consul client.
3160
+ # The CLI flags prefix for this block config is: distributor.ring
3161
+ [consul: <consul_config>]
3162
+
3159
3163
dynamodb:
3160
3164
# Region to access dynamodb.
3161
3165
# CLI flag: -distributor.ring.dynamodb.region
@@ -3181,10 +3185,6 @@ ring:
3181
3185
# CLI flag: -distributor.ring.dynamodb.timeout
3182
3186
[timeout: <duration> | default = 2m]
3183
3187
3184
- # The consul_config configures the consul client.
3185
- # The CLI flags prefix for this block config is: distributor.ring
3186
- [consul: <consul_config>]
3187
-
3188
3188
# The etcd_config configures the etcd client.
3189
3189
# The CLI flags prefix for this block config is: distributor.ring
3190
3190
[etcd: <etcd_config>]
@@ -3495,15 +3495,18 @@ The `ingester_config` configures the Cortex ingester.
3495
3495
lifecycler:
3496
3496
ring:
3497
3497
kvstore:
3498
- # Backend storage to use for the ring. Supported values are: consul, etcd,
3499
- # inmemory, memberlist, multi.
3498
+ # Backend storage to use for the ring. Supported values are: consul,
3499
+ # dynamodb, etcd, inmemory, memberlist, multi.
3500
3500
# CLI flag: -ring.store
3501
3501
[store: <string> | default = "consul"]
3502
3502
3503
3503
# The prefix for the keys in the store. Should end with a /.
3504
3504
# CLI flag: -ring.prefix
3505
3505
[prefix: <string> | default = "collectors/"]
3506
3506
3507
+ # The consul_config configures the consul client.
3508
+ [consul: <consul_config>]
3509
+
3507
3510
dynamodb:
3508
3511
# Region to access dynamodb.
3509
3512
# CLI flag: -dynamodb.region
@@ -3529,9 +3532,6 @@ lifecycler:
3529
3532
# CLI flag: -dynamodb.timeout
3530
3533
[timeout: <duration> | default = 2m]
3531
3534
3532
- # The consul_config configures the consul client.
3533
- [consul: <consul_config>]
3534
-
3535
3535
# The etcd_config configures the etcd client.
3536
3536
[etcd: <etcd_config>]
3537
3537
@@ -5300,15 +5300,19 @@ alertmanager_client:
5300
5300
5301
5301
ring :
5302
5302
kvstore :
5303
- # Backend storage to use for the ring. Supported values are: consul, etcd,
5304
- # inmemory, memberlist, multi.
5303
+ # Backend storage to use for the ring. Supported values are: consul,
5304
+ # dynamodb, etcd, inmemory, memberlist, multi.
5305
5305
# CLI flag: -ruler.ring.store
5306
5306
[store : <string> | default = "consul"]
5307
5307
5308
5308
# The prefix for the keys in the store. Should end with a /.
5309
5309
# CLI flag: -ruler.ring.prefix
5310
5310
[prefix : <string> | default = "rulers/"]
5311
5311
5312
+ # The consul_config configures the consul client.
5313
+ # The CLI flags prefix for this block config is: ruler.ring
5314
+ [consul : <consul_config>]
5315
+
5312
5316
dynamodb :
5313
5317
# Region to access dynamodb.
5314
5318
# CLI flag: -ruler.ring.dynamodb.region
@@ -5334,10 +5338,6 @@ ring:
5334
5338
# CLI flag: -ruler.ring.dynamodb.timeout
5335
5339
[timeout : <duration> | default = 2m]
5336
5340
5337
- # The consul_config configures the consul client.
5338
- # The CLI flags prefix for this block config is: ruler.ring
5339
- [consul : <consul_config>]
5340
-
5341
5341
# The etcd_config configures the etcd client.
5342
5342
# The CLI flags prefix for this block config is: ruler.ring
5343
5343
[etcd : <etcd_config>]
@@ -6323,15 +6323,19 @@ sharding_ring:
6323
6323
# This option needs be set both on the store-gateway and querier when running
6324
6324
# in microservices mode.
6325
6325
kvstore:
6326
- # Backend storage to use for the ring. Supported values are: consul, etcd,
6327
- # inmemory, memberlist, multi.
6326
+ # Backend storage to use for the ring. Supported values are: consul,
6327
+ # dynamodb, etcd, inmemory, memberlist, multi.
6328
6328
# CLI flag: -store-gateway.sharding-ring.store
6329
6329
[store: <string> | default = "consul"]
6330
6330
6331
6331
# The prefix for the keys in the store. Should end with a /.
6332
6332
# CLI flag: -store-gateway.sharding-ring.prefix
6333
6333
[prefix: <string> | default = "collectors/"]
6334
6334
6335
+ # The consul_config configures the consul client.
6336
+ # The CLI flags prefix for this block config is: store-gateway.sharding-ring
6337
+ [consul: <consul_config>]
6338
+
6335
6339
dynamodb:
6336
6340
# Region to access dynamodb.
6337
6341
# CLI flag: -store-gateway.sharding-ring.dynamodb.region
@@ -6357,10 +6361,6 @@ sharding_ring:
6357
6361
# CLI flag: -store-gateway.sharding-ring.dynamodb.timeout
6358
6362
[timeout: <duration> | default = 2m]
6359
6363
6360
- # The consul_config configures the consul client.
6361
- # The CLI flags prefix for this block config is: store-gateway.sharding-ring
6362
- [consul: <consul_config>]
6363
-
6364
6364
# The etcd_config configures the etcd client.
6365
6365
# The CLI flags prefix for this block config is: store-gateway.sharding-ring
6366
6366
[etcd: <etcd_config>]
0 commit comments