Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* [CHANGE] Add default tenant shard sizes
* [CHANGE] Use cortex v1.15.3
* [CHANGE] Azure storage endpoint suffix is set to `blob.core.windows.net` for backward compatibility
* [ENHANCEMENT] Configure head_chunks_write_queue_size to 1 million to avoid high latency when shipping

## 1.14.1 / 2023-07-11

Expand Down
1 change: 1 addition & 0 deletions cortex/ingester.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

'blocks-storage.tsdb.dir': '/data/tsdb',
'blocks-storage.tsdb.block-ranges-period': '2h',
'blocks-storage.tsdb.head-chunks-write-queue-size': 1e6,
'blocks-storage.tsdb.retention-period': '96h', // 4 days protection against blocks not being uploaded from ingesters.
'blocks-storage.tsdb.ship-interval': '1m',

Expand Down