From 34e2f15e189af514e2c90898b3a8db0278fbcfa8 Mon Sep 17 00:00:00 2001 From: Kien Nguyen Date: Mon, 25 Nov 2019 11:05:28 +0700 Subject: [PATCH] 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 --- docs/storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage.md b/docs/storage.md index 45ba74d56..3829a97a3 100644 --- a/docs/storage.md +++ b/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