Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Leslie <[email protected]>
  • Loading branch information
zalegrala committed Nov 2, 2022
1 parent 93b46b6 commit 6fd0e32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/tempo/website/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,11 @@ Compactors stream blocks from the storage backend, combine them and write them b
```yaml
compactor:
# Optional. Disables backend compaction. Default is false.
# Note: This should only be used in a non-prodution context for debugging purposes. This will allow blocks to say in the backend for further investigation if desired.
[disabled: <bool>]
ring:
kvstore:
Expand Down Expand Up @@ -476,6 +481,7 @@ compactor:
# Optional. The time between compaction cycles. Default is 30s.
# Note: The default will be used if the value is set to 0.
[compaction_cycle: <duration>]
```

## Storage
Expand Down

0 comments on commit 6fd0e32

Please sign in to comment.