mirror of
https://github.com/prometheus/prometheus
synced 2025-01-11 17:19:45 +00:00
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>
This commit is contained in:
parent
731ca08acd
commit
34e2f15e18
@ -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…
Reference in New Issue
Block a user