Skip to content

Commit

Permalink
Fix whitespace (thanos-io#5100)
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <[email protected]>
Signed-off-by: Nicholaswang <[email protected]>
  • Loading branch information
matej-g authored and Nicholaswang committed Mar 6, 2022
1 parent edda8d1 commit 6a48d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The `thanos compact` command applies the compaction procedure of the Prometheus 2.0 storage engine to block data stored in object storage. It is generally not semantically concurrency safe and must be deployed as a singleton against a bucket.

Compactor is also responsible for downsampling of data. There is a time delay before downsampling at a given resolution is possible. This is necessary because downsampled chunks will have fewer samples in them, and as chunks are fixed size, data spanning more time will be required to fill them.
Compactor is also responsible for downsampling of data. There is a time delay before downsampling at a given resolution is possible. This is necessary because downsampled chunks will have fewer samples in them, and as chunks are fixed size, data spanning more time will be required to fill them.
* Creating 5m downsampling for blocks older than **40 hours** (2d)
* Creating 1h downsampling for blocks older than **10 days** (2w)

Expand Down

0 comments on commit 6a48d75

Please sign in to comment.