@@ -197,7 +197,7 @@ The `server_config` configures the HTTP and gRPC server of the launched service(
197
197
198
198
# Idle timeout for HTTP server
199
199
# CLI flag: -server.http-idle-timeout
200
- [http_server_idle_timeout: <duration> | default = 2m0s ]
200
+ [http_server_idle_timeout: <duration> | default = 2m ]
201
201
202
202
# Limit on the size of a gRPC message this server can receive (bytes).
203
203
# CLI flag: -server.grpc-max-recv-msg-size-bytes
@@ -229,7 +229,7 @@ The `server_config` configures the HTTP and gRPC server of the launched service(
229
229
# Duration after which a keepalive probe is sent in case of no activity over the
230
230
# connection., Default: 2h
231
231
# CLI flag: -server.grpc.keepalive.time
232
- [grpc_server_keepalive_time: <duration> | default = 2h0m0s ]
232
+ [grpc_server_keepalive_time: <duration> | default = 2h ]
233
233
234
234
# After having pinged for keepalive check, the duration after which an idle
235
235
# connection should be closed, Default: 20s
@@ -377,7 +377,7 @@ ring:
377
377
# The heartbeat timeout after which distributors are considered unhealthy
378
378
# within the ring.
379
379
# CLI flag: -distributor.ring.heartbeat-timeout
380
- [heartbeat_timeout: <duration> | default = 1m0s ]
380
+ [heartbeat_timeout: <duration> | default = 1m ]
381
381
` ` `
382
382
383
383
# ## `ingester_config`
@@ -406,7 +406,7 @@ walconfig:
406
406
407
407
# Interval at which checkpoints should be created.
408
408
# CLI flag: -ingester.checkpoint-duration
409
- [checkpoint_duration: <duration> | default = 30m0s ]
409
+ [checkpoint_duration: <duration> | default = 30m ]
410
410
411
411
lifecycler:
412
412
ring:
@@ -445,7 +445,7 @@ lifecycler:
445
445
446
446
# The heartbeat timeout after which ingesters are skipped for reads/writes.
447
447
# CLI flag: -ring.heartbeat-timeout
448
- [heartbeat_timeout: <duration> | default = 1m0s ]
448
+ [heartbeat_timeout: <duration> | default = 1m ]
449
449
450
450
# The number of ingesters to write to and read from.
451
451
# CLI flag: -distributor.replication-factor
@@ -472,7 +472,7 @@ lifecycler:
472
472
# Minimum duration to wait before becoming ready. This is to work around race
473
473
# conditions with ingesters exiting and updating the ring.
474
474
# CLI flag: -ingester.min-ready-duration
475
- [min_ready_duration: <duration> | default = 1m0s ]
475
+ [min_ready_duration: <duration> | default = 1m ]
476
476
477
477
# Name of network interface to read address from.
478
478
# CLI flag: -ingester.lifecycler.interface
@@ -499,29 +499,29 @@ lifecycler:
499
499
500
500
# Period with which to attempt to flush chunks.
501
501
# CLI flag: -ingester.flush-period
502
- [flush_period: <duration> | default = 1m0s ]
502
+ [flush_period: <duration> | default = 1m ]
503
503
504
504
# Period chunks will remain in memory after flushing.
505
505
# CLI flag: -ingester.retain-period
506
- [retain_period: <duration> | default = 5m0s ]
506
+ [retain_period: <duration> | default = 5m ]
507
507
508
508
# Maximum chunk idle time before flushing.
509
509
# CLI flag: -ingester.max-chunk-idle
510
- [max_chunk_idle_time: <duration> | default = 5m0s ]
510
+ [max_chunk_idle_time: <duration> | default = 5m ]
511
511
512
512
# Maximum chunk idle time for chunks terminating in stale markers before
513
513
# flushing. 0 disables it and a stale series is not flushed until the
514
514
# max-chunk-idle timeout is reached.
515
515
# CLI flag: -ingester.max-stale-chunk-idle
516
- [max_stale_chunk_idle_time: <duration> | default = 2m0s ]
516
+ [max_stale_chunk_idle_time: <duration> | default = 2m ]
517
517
518
518
# Timeout for individual flush operations.
519
519
# CLI flag: -ingester.flush-op-timeout
520
- [flush_op_timeout: <duration> | default = 1m0s ]
520
+ [flush_op_timeout: <duration> | default = 1m ]
521
521
522
522
# Maximum chunk age before flushing.
523
523
# CLI flag: -ingester.max-chunk-age
524
- [max_chunk_age: <duration> | default = 12h0m0s ]
524
+ [max_chunk_age: <duration> | default = 12h ]
525
525
526
526
# Range of time to subtract from -ingester.max-chunk-age to spread out flushes
527
527
# CLI flag: -ingester.chunk-age-jitter
@@ -552,7 +552,7 @@ The `querier_config` configures the Cortex querier.
552
552
553
553
# The timeout for a query.
554
554
# CLI flag: -querier.timeout
555
- [timeout: <duration> | default = 2m0s ]
555
+ [timeout: <duration> | default = 2m ]
556
556
557
557
# Use iterators to execute query, as opposed to fully materialising the series
558
558
# in memory.
@@ -584,11 +584,11 @@ The `querier_config` configures the Cortex querier.
584
584
585
585
# Maximum duration into the future you can query. 0 to disable.
586
586
# CLI flag: -querier.max-query-into-future
587
- [max_query_into_future: <duration> | default = 10m0s ]
587
+ [max_query_into_future: <duration> | default = 10m ]
588
588
589
589
# The default evaluation interval or step size for subqueries.
590
590
# CLI flag: -querier.default-evaluation-interval
591
- [default_evaluation_interval: <duration> | default = 1m0s ]
591
+ [default_evaluation_interval: <duration> | default = 1m ]
592
592
593
593
# Active query tracker monitors active queries, and writes them to the file in
594
594
# given directory. If Cortex discovers any queries in this log during startup,
@@ -681,7 +681,7 @@ results_cache:
681
681
# Most recent allowed cacheable result, to prevent caching very recent results
682
682
# that might still be in flux.
683
683
# CLI flag: -frontend.max-cache-freshness
684
- [max_freshness: <duration> | default = 1m0s ]
684
+ [max_freshness: <duration> | default = 1m ]
685
685
686
686
# Cache query results.
687
687
# CLI flag: -querier.cache-results
@@ -709,7 +709,7 @@ The `ruler_config` configures the Cortex ruler.
709
709
710
710
# How frequently to evaluate rules
711
711
# CLI flag: -ruler.evaluation-interval
712
- [evaluation_interval: <duration> | default = 1m0s ]
712
+ [evaluation_interval: <duration> | default = 1m ]
713
713
714
714
# Duration to delay the evaluation of rules to ensure they underlying metrics
715
715
# have been pushed to cortex.
@@ -718,7 +718,7 @@ The `ruler_config` configures the Cortex ruler.
718
718
719
719
# How frequently to poll for rule changes
720
720
# CLI flag: -ruler.poll-interval
721
- [poll_interval: <duration> | default = 1m0s ]
721
+ [poll_interval: <duration> | default = 1m ]
722
722
723
723
storage:
724
724
# Method to use for backend rule storage (configdb, azure, gcs, s3)
@@ -817,7 +817,7 @@ storage:
817
817
818
818
# How long to wait between refreshing alertmanager hosts.
819
819
# CLI flag: -ruler.alertmanager-refresh-interval
820
- [alertmanager_refresh_interval : <duration> | default = 1m0s ]
820
+ [alertmanager_refresh_interval : <duration> | default = 1m ]
821
821
822
822
# If enabled requests to alertmanager will utilize the V2 API.
823
823
# CLI flag: -ruler.alertmanager-use-v2
@@ -837,7 +837,7 @@ storage:
837
837
838
838
# Time to spend searching for a pending ruler when shutting down.
839
839
# CLI flag: -ruler.search-pending-for
840
- [search_pending_for : <duration> | default = 5m0s ]
840
+ [search_pending_for : <duration> | default = 5m ]
841
841
842
842
ring :
843
843
kvstore :
@@ -882,15 +882,15 @@ ring:
882
882
# The heartbeat timeout after which rulers are considered unhealthy within the
883
883
# ring.
884
884
# CLI flag: -ruler.ring.heartbeat-timeout
885
- [heartbeat_timeout : <duration> | default = 1m0s ]
885
+ [heartbeat_timeout : <duration> | default = 1m ]
886
886
887
887
# Number of tokens for each ingester.
888
888
# CLI flag: -ruler.ring.num-tokens
889
889
[num_tokens : <int> | default = 128]
890
890
891
891
# Period with which to attempt to flush rule groups.
892
892
# CLI flag: -ruler.flush-period
893
- [flush_period : <duration> | default = 1m0s ]
893
+ [flush_period : <duration> | default = 1m ]
894
894
895
895
# Enable the ruler api
896
896
# CLI flag: -experimental.ruler.enable-api
@@ -908,7 +908,7 @@ The `alertmanager_config` configures the Cortex alertmanager.
908
908
909
909
# How long to keep data for.
910
910
# CLI flag: -alertmanager.storage.retention
911
- [retention: <duration> | default = 120h0m0s ]
911
+ [retention: <duration> | default = 120h ]
912
912
913
913
# The URL under which Alertmanager is externally reachable (for example, if
914
914
# Alertmanager is served via a reverse proxy). Used for generating relative and
@@ -983,12 +983,12 @@ The `table_manager_config` configures the Cortex table-manager.
983
983
984
984
# How frequently to poll backend to learn our capacity.
985
985
# CLI flag: -table-manager.poll-interval
986
- [poll_interval: <duration> | default = 2m0s ]
986
+ [poll_interval: <duration> | default = 2m ]
987
987
988
988
# Periodic tables grace period (duration which table will be created/deleted
989
989
# before/after it's needed).
990
990
# CLI flag: -table-manager.periodic-table.grace-period
991
- [creation_grace_period: <duration> | default = 10m0s ]
991
+ [creation_grace_period: <duration> | default = 10m ]
992
992
993
993
index_tables_provisioning:
994
994
# Enables on demand throughput provisioning for the storage provider (if
@@ -1480,7 +1480,7 @@ bigtable:
1480
1480
1481
1481
# Duration to cache tables before checking again.
1482
1482
# CLI flag: -bigtable.table-cache.expiration
1483
- [table_cache_expiration : <duration> | default = 30m0s ]
1483
+ [table_cache_expiration : <duration> | default = 30m ]
1484
1484
1485
1485
gcs :
1486
1486
# Name of GCS bucket to put chunks in.
@@ -1588,7 +1588,7 @@ filesystem:
1588
1588
# Cache validity for active index entries. Should be no higher than
1589
1589
# -ingester.max-chunk-idle.
1590
1590
# CLI flag: -store.index-cache-validity
1591
- [index_cache_validity : <duration> | default = 5m0s ]
1591
+ [index_cache_validity : <duration> | default = 5m ]
1592
1592
1593
1593
index_queries_cache_config :
1594
1594
# Cache config for index entry reading. Enable in-memory cache.
@@ -1654,7 +1654,7 @@ The `flusher_config` configures the WAL flusher target, used to manually run one
1654
1654
1655
1655
# Timeout for individual flush operations.
1656
1656
# CLI flag: -flusher.flush-op-timeout
1657
- [flush_op_timeout: <duration> | default = 2m0s ]
1657
+ [flush_op_timeout: <duration> | default = 2m ]
1658
1658
` ` `
1659
1659
1660
1660
# ## `chunk_store_config`
@@ -1964,7 +1964,7 @@ The `memberlist_config` configures the Gossip memberlist.
1964
1964
1965
1965
# How long to keep LEFT ingesters in the ring.
1966
1966
# CLI flag: -memberlist.left-ingesters-timeout
1967
- [left_ingesters_timeout: <duration> | default = 5m0s ]
1967
+ [left_ingesters_timeout: <duration> | default = 5m ]
1968
1968
1969
1969
# Timeout for leaving memberlist cluster.
1970
1970
# CLI flag: -memberlist.leave-timeout
@@ -2049,12 +2049,12 @@ The `limits_config` configures default and per-tenant limits imposed by Cortex s
2049
2049
2050
2050
# Maximum accepted sample age before rejecting.
2051
2051
# CLI flag: -validation.reject-old-samples.max-age
2052
- [reject_old_samples_max_age: <duration> | default = 336h0m0s ]
2052
+ [reject_old_samples_max_age: <duration> | default = 336h ]
2053
2053
2054
2054
# Duration which table will be created/deleted before/after it's needed; we
2055
2055
# won't accept sample from before this time.
2056
2056
# CLI flag: -validation.create-grace-period
2057
- [creation_grace_period: <duration> | default = 10m0s ]
2057
+ [creation_grace_period: <duration> | default = 10m ]
2058
2058
2059
2059
# Enforce every metadata has a metric name.
2060
2060
# CLI flag: -validation.enforce-metadata-metric-name
@@ -2230,7 +2230,7 @@ The `memcached_client_config` configures the client used to connect to Memcached
2230
2230
2231
2231
# Period with which to poll DNS for memcache servers.
2232
2232
# CLI flag: -<prefix>.memcached.update-interval
2233
- [update_interval: <duration> | default = 1m0s ]
2233
+ [update_interval: <duration> | default = 1m ]
2234
2234
2235
2235
# Use consistent hashing to distribute to memcache servers.
2236
2236
# CLI flag: -<prefix>.memcached.consistent-hash
@@ -2332,12 +2332,12 @@ The `tsdb_config` configures the experimental blocks storage.
2332
2332
# be larger than the block_ranges_period and large enough to give queriers
2333
2333
# enough time to discover newly uploaded blocks.
2334
2334
# CLI flag: -experimental.tsdb.retention-period
2335
- [retention_period: <duration> | default = 6h0m0s ]
2335
+ [retention_period: <duration> | default = 6h ]
2336
2336
2337
2337
# How frequently the TSDB blocks are scanned and new ones are shipped to the
2338
2338
# storage. 0 means shipping is disabled.
2339
2339
# CLI flag: -experimental.tsdb.ship-interval
2340
- [ship_interval: <duration> | default = 1m0s ]
2340
+ [ship_interval: <duration> | default = 1m ]
2341
2341
2342
2342
# Maximum number of tenants concurrently shipping blocks to the storage.
2343
2343
# CLI flag: -experimental.tsdb.ship-concurrency
@@ -2355,7 +2355,7 @@ bucket_store:
2355
2355
# How frequently scan the bucket to look for changes (new blocks shipped by
2356
2356
# ingesters and blocks removed by retention or compaction). 0 disables it.
2357
2357
# CLI flag: -experimental.tsdb.bucket-store.sync-interval
2358
- [sync_interval: <duration> | default = 5m0s ]
2358
+ [sync_interval: <duration> | default = 5m ]
2359
2359
2360
2360
# Max size - in bytes - of a per-tenant chunk pool, used to reduce memory
2361
2361
# allocations.
@@ -2460,12 +2460,12 @@ bucket_store:
2460
2460
# replacement yet.Default is 6h, half of the default value for
2461
2461
# -compactor.deletion-delay.
2462
2462
# CLI flag: -experimental.tsdb.bucket-store.ignore-deletion-marks-delay
2463
- [ignore_deletion_mark_delay: <duration> | default = 6h0m0s ]
2463
+ [ignore_deletion_mark_delay: <duration> | default = 6h ]
2464
2464
2465
2465
# How frequently does Cortex try to compact TSDB head. Block is only created if
2466
2466
# data covers smallest block range. Must be greater than 0 and max 5 minutes.
2467
2467
# CLI flag: -experimental.tsdb.head-compaction-interval
2468
- [head_compaction_interval: <duration> | default = 1m0s ]
2468
+ [head_compaction_interval: <duration> | default = 1m ]
2469
2469
2470
2470
# Maximum number of tenants concurrently compacting TSDB head into a new block
2471
2471
# CLI flag: -experimental.tsdb.head-compaction-concurrency
@@ -2565,15 +2565,15 @@ The `compactor_config` configures the compactor for the experimental blocks stor
2565
2565
# Malformed blocks older than the maximum of consistency-delay and 48h0m0s will
2566
2566
# be removed.
2567
2567
# CLI flag: -compactor.consistency-delay
2568
- [consistency_delay: <duration> | default = 30m0s ]
2568
+ [consistency_delay: <duration> | default = 30m ]
2569
2569
2570
2570
# Data directory in which to cache blocks and process compactions
2571
2571
# CLI flag: -compactor.data-dir
2572
2572
[data_dir: <string> | default = "./data"]
2573
2573
2574
2574
# The frequency at which the compaction runs
2575
2575
# CLI flag: -compactor.compaction-interval
2576
- [compaction_interval: <duration> | default = 1h0m0s ]
2576
+ [compaction_interval: <duration> | default = 1h ]
2577
2577
2578
2578
# How many times to retry a failed compaction during a single compaction
2579
2579
# interval
@@ -2587,7 +2587,7 @@ The `compactor_config` configures the compactor for the experimental blocks stor
2587
2587
# failures, if store gateway still has the block loaded, or compactor is
2588
2588
# ignoring the deletion because it's compacting the block at the same time.
2589
2589
# CLI flag: -compactor.deletion-delay
2590
- [deletion_delay: <duration> | default = 12h0m0s ]
2590
+ [deletion_delay: <duration> | default = 12h ]
2591
2591
2592
2592
# Shard tenants across multiple compactor instances. Sharding is required if you
2593
2593
# run multiple compactor instances, in order to coordinate compactions and avoid
@@ -2639,7 +2639,7 @@ sharding_ring:
2639
2639
# The heartbeat timeout after which compactors are considered unhealthy within
2640
2640
# the ring.
2641
2641
# CLI flag: -compactor.ring.heartbeat-timeout
2642
- [heartbeat_timeout: <duration> | default = 1m0s ]
2642
+ [heartbeat_timeout: <duration> | default = 1m ]
2643
2643
` ` `
2644
2644
2645
2645
# ## `purger_config`
0 commit comments