Skip to content

Commit 4164e4b

Browse files
authored
Rename rest of the dynamodb flags (#2359)
* Rename rest of the dynamodb flags Fixes #2254 Signed-off-by: Goutham Veeramachaneni <[email protected]> * Address feedback Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 91dd129 commit 4164e4b

File tree

5 files changed

+133
-119
lines changed

5 files changed

+133
-119
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@
4545
- `-redis.password` --> `-store.chunks-cache.redis.password`
4646
- `-redis.timeout` --> `-store.chunks-cache.redis.timeout`
4747
* [CHANGE] Rename the `-store.chunk-cache-stubs` to `-store.chunks-cache.cache-stubs` to be more inline with above.
48+
* [CHANGE] Change prefix of flags `-dynamodb.periodic-table.*` to `-table-manager.index-table.*`. #2359
49+
* [CHANGE] Change prefix of flags `-dynamodb.chunk-table.*` to `-table-manager.chunk-table.*`. #2359
50+
* [CHANGE] Change the following flags: #2359
51+
- `-dynamodb.poll-interval` --> `-table-manager.poll-interval`
52+
- `-dynamodb.periodic-table.grace-period` --> `-table-manager.periodic-table.grace-period`
4853
* [CHANGE] Renamed the following flags: #2273
4954
- `-dynamodb.chunk.gang.size` --> `-dynamodb.chunk-gang-size`
5055
- `-dynamodb.chunk.get.max.parallelism` --> `-dynamodb.chunk-get-max-parallelism`
@@ -71,8 +76,9 @@
7176
* [FEATURE] Added experimental storage API to the ruler service that is enabled when the `-experimental.ruler.enable-api` is set to true #2269
7277
* `-ruler.storage.type` flag now allows `s3`,`gcs`, and `azure` values
7378
* `-ruler.storage.(s3|gcs|azure)` flags exist to allow the configuration of object clients set for rule storage
74-
* [CHANGE] Renamed table manager metrics. #2307
79+
* [CHANGE] Renamed table manager metrics. #2307 #2359
7580
* `cortex_dynamo_sync_tables_seconds` -> `cortex_table_manager_sync_duration_seconds`
81+
* `cortex_dynamo_table_capacity_units` -> `cortex_table_capacity_units`
7682
* [FEATURE] Flusher target to flush the WAL.
7783
* `-flusher.wal-dir` for the WAL directory to recover from.
7884
* `-flusher.concurrent-flushes` for number of concurrent flushes.

0 commit comments

Comments
 (0)