Skip to content

Commit

Permalink
bucket docs: fix "thanos downsample" remnant (#2409)
Browse files Browse the repository at this point in the history
and follow formatting of the other bucket commands

Signed-off-by: John Belmonte <[email protected]>
  • Loading branch information
belm0 authored Apr 11, 2020
1 parent 40526f5 commit 1de4552
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/components/bucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,12 +403,13 @@ Flags:
```

### Downsample
### downsample

The downsample component of Thanos implements the downsample API on top of historical data in an object storage bucket. It continuously downsamples blocks in an object store bucket as a service.
`bucket downsample` is used to continuously downsample blocks in an object store bucket as a service.
It implements the downsample API on top of historical data in an object storage bucket.

```bash
$ thanos downsample \
$ thanos bucket downsample \
--data-dir "/local/state/data/dir" \
--objstore.config-file "bucket.yml"
```
Expand All @@ -421,8 +422,6 @@ config:
bucket: example-bucket
```

#### Flags

[embedmd]:# (flags/bucket_downsample.txt $)
```$
usage: thanos bucket downsample [<flags>]
Expand Down Expand Up @@ -465,7 +464,7 @@ Flags:

#### Probes

- Thanos downsample exposes two endpoints for probing.
- The downsample service exposes two endpoints for probing:
- `/-/healthy` starts as soon as initial setup completed.
- `/-/ready` starts after all the bootstrapping completed (e.g object store bucket connection) and ready to serve traffic.

Expand Down

0 comments on commit 1de4552

Please sign in to comment.