- https://github.com/thanos-io/thanos/releases
 
- ./thanos --help
 
- usage: thanos [<flags>] <command> [<args> ...]
 
 
 
- A block storage based long-term storage for Prometheus
 
 
 
- Flags:
 
-   -h, --help               Show context-sensitive help (also try --help-long and --help-man).
 
-       --version            Show application version.
 
-       --log.level=info     Log filtering level.
 
-       --log.format=logfmt  Log format to use.
 
-       --tracing.config-file=<file-path> 
 
-                            Path to YAML file with tracing configuration. See format details:
 
-                            https://thanos.io/tracing.md/#configuration
 
-       --tracing.config=<content> 
 
-                            Alternative to 'tracing.config-file' flag (lower priority). Content of YAML file with tracing
 
-                            configuration. See format details: https://thanos.io/tracing.md/#configuration
 
 
 
- Commands:
 
-   help [<command>...]
 
-     Show help.
 
 
 
-   sidecar [<flags>]
 
-     sidecar for Prometheus server
 
 
 
-   store [<flags>]
 
-     store node giving access to blocks in a bucket provider. Now supported GCS, S3, Azure, Swift and Tencent COS.
 
 
 
-   query [<flags>]
 
-     query node exposing PromQL enabled Query API with data retrieved from multiple store nodes
 
 
 
-   rule [<flags>]
 
-     ruler evaluating Prometheus rules against given Query nodes, exposing Store API and storing old blocks in bucket
 
 
 
-   compact [<flags>]
 
-     continuously compacts blocks in an object store bucket
 
 
 
-   bucket verify [<flags>]
 
-     Verify all blocks in the bucket against specified issues
 
 
 
-   bucket ls [<flags>]
 
-     List all blocks in the bucket
 
 
 
-   bucket inspect [<flags>]
 
-     Inspect all blocks in the bucket in detailed, table-like way
 
 
 
-   bucket web [<flags>]
 
-     Web interface for remote storage bucket
 
 
 
-   downsample [<flags>]
 
-     continuously downsamples blocks in an object store bucket
 
 
 
-   receive [<flags>]
 
-     Accept Prometheus remote write API requests and write to local tsdb (EXPERIMENTAL, this may change drastically without
 
-     notice)
 
 
 
-   check rules <rule-files>...
 
-     Check if the rule files are valid or not.