Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure default head_chunks_write_queue_size #30

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
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