Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
Signed-off-by: alanprot <[email protected]>
  • Loading branch information
alanprot committed Jul 13, 2022
1 parent 65083b6 commit 47e89f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
- [#5472](https://github.com/thanos-io/thanos/pull/5472) Receive: add new tenant metrics to example dashboard.
- [#5475](https://github.com/thanos-io/thanos/pull/5475) Compact/Store: Added `--block-files-concurrency` allowing to configure number of go routines for download/upload block files during compaction.
- [#5470](https://github.com/thanos-io/thanos/pull/5470) Receive: Implement exposing TSDB stats for all tenants
- [#5493](https://github.com/thanos-io/thanos/pull/5493) Compact/Store: Added `--compact.blocks-concurrency` allowing to configure number of go routines for download block during compaction.
- [#5493](https://github.com/thanos-io/thanos/pull/5493) Compact/Store: Added `--compact.blocks-concurrency` allowing to configure number of go routines for download blocks during compaction.

### Changed

Expand Down
4 changes: 2 additions & 2 deletions docs/components/compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ Flags:
Prometheus label to use as timeline title in the
bucket web UI
--compact.blocks-concurrency=1
Number of goroutines to use when compacting
groups.
Number of goroutines to use when download block
during compaction.
--compact.cleanup-interval=5m
How often we should clean up partially uploaded
blocks and blocks with deletion mark in the
Expand Down

0 comments on commit 47e89f1

Please sign in to comment.