mirror of https://github.com/prometheus/prometheus
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
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.
|
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
|
## Operational aspects
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue