Skip to content

Commit

Permalink
Document new tunable
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Disibio <mdisibio@gmail.com>
  • Loading branch information
mdisibio committed Jun 14, 2021
1 parent 1b1b033 commit 18c06b0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/tempo/website/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,24 @@ compactor:
# Optional. Blocks in this time window will be compacted together. Default is 4h.
[compaction_window: <duration>]
# Optional. Amount of data to buffer from input blocks. Default is 10 MB
# Optional. Amount of data to buffer from input blocks. Default is 10 MB.
[chunk_size_bytes: <int>]
# Optional. Flush data to backend when buffer is this large. Default is 30 MB
# Optional. Flush data to backend when buffer is this large. Default is 30 MB.
[flush_size_bytes: <int>]
# Optional. Maximum number of traces in a compacted block. Default is 6 million.
# WARNING: Deprecated. Use max_block_bytes instead.
[max_compaction_objects: <int>]
# Optional. Maximum size of a compacted block in bytes. Default is 100 GB
# Optional. Maximum size of a compacted block in bytes. Default is 100 GB.
[max_block_bytes: <int>]
# Optional. Number of tenants to process in parallel during retention. Default is 10.
[retention_concurrency: <int>]
# Optional. Number of traces to buffer in memory during compaction. Increasing may improve performance but will also increase memory usage. Default is 1000.
[iterator_buffer_size: <int>]
```

## Storage
Expand Down

0 comments on commit 18c06b0

Please sign in to comment.