From 3f0f19e757c2b81c845f69c9d460228a4fc5cc76 Mon Sep 17 00:00:00 2001 From: wenmaoba Date: Mon, 29 Nov 2021 19:26:58 +0800 Subject: [PATCH] format docs/components/compact.md Signed-off-by: wenmaoba --- docs/components/compact.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/components/compact.md b/docs/components/compact.md index bf7cb53a64f..bff4aa0a0f6 100644 --- a/docs/components/compact.md +++ b/docs/components/compact.md @@ -372,15 +372,15 @@ Flags: --log.format=logfmt Log format to use. Possible options: logfmt or json. --log.level=info Log filtering level. - --max-time=9999-12-31T23:59:59Z + --max-time=9999-12-31T23:59:59Z End of time range limit to serve. Thanos Compactor will serve only metrics, which - happened earlier than this value. Option can be + 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, + or 2h45m. Valid duration units are ms, s, m, h, d, w, y. - --min-time=0000-01-01T00:00:00Z + --min-time=0000-01-01T00:00:00Z Start of time range limit to serve. Thanos Compactor will serve only metrics, which happened later than this value. Option can be a