Skip to content

Commit

Permalink
update compactor doc.
Browse files Browse the repository at this point in the history
Signed-off-by: wenmaoba <jordy1024@163.com>
  • Loading branch information
jordy1024 committed Nov 28, 2021
1 parent 9da6678 commit 4fc890f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/components/compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4fc890f

Please sign in to comment.