mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08: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 a new issue