Browse Source

Correct the default max block duratioh value

The default value is 31 days [1]

[1] https://github.com/prometheus/prometheus/blob/master/cmd/prometheus/main.go#L312

Signed-off-by: Kien Nguyen <kiennt2609@gmail.com>
pull/6368/head
Kien Nguyen 5 years ago committed by Kien Nguyen
parent
commit
34e2f15e18
  1. 2
      docs/storage.md

2
docs/storage.md

@ -53,7 +53,7 @@ For further details on file format, see [TSDB format](https://github.com/prometh
The initial two-hour blocks are eventually compacted into longer blocks in the background.
Compaction will create larger blocks up to 10% of the retention time, or 21 days, whichever is smaller.
Compaction will create larger blocks up to 10% of the retention time, or 31 days, whichever is smaller.
## Operational aspects

Loading…
Cancel
Save