From e73979c33a00277e36b46ef956f6e15ee032a132 Mon Sep 17 00:00:00 2001 From: wenmaoba Date: Sun, 28 Nov 2021 13:47:57 +0800 Subject: [PATCH] update compactor doc. --- docs/components/compact.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/components/compact.md b/docs/components/compact.md index 02eff2057a1..bf7cb53a64f 100644 --- a/docs/components/compact.md +++ b/docs/components/compact.md @@ -375,13 +375,14 @@ Flags: --max-time=9999-12-31T23:59:59Z End of time range limit to serve. Thanos Compactor will serve only metrics, which - happened later than this value. Option can be a - constant time in RFC3339 format or time duration - relative to current time, such as -1d or 2h45m. - Valid duration units are ms, s, m, h, d, w, y. + happened earlier than this value. Option can be + a constant time in RFC3339 format or time + duration relative to current time, such as -1d + or 2h45m.Valid duration units are ms, s, m, h, + d, w, y. --min-time=0000-01-01T00:00:00Z Start of time range limit to serve. Thanos - Compactor will serve only blocks, which + Compactor will serve only metrics, which happened later than this value. Option can be a constant time in RFC3339 format or time duration relative to current time, such as -1d or 2h45m.