Skip to content

Commit

Permalink
fixing docs Signed-off-by: Harsh Pratap Singh <119954739+harsh-ps-200…
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-ps-2003 committed Aug 22, 2023
1 parent 89d9c40 commit 61e6cb1
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 12 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,11 @@ The binaries published with this release are built with Go1.17.8 to avoid [CVE-2

### Changed

-
-

### Removed

-
-

## [v0.20.0](https://github.com/thanos-io/thanos/releases/tag/v0.20.0) - 2021.04.28

Expand Down
5 changes: 4 additions & 1 deletion docs/components/compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,9 @@ Flags:
block loaded, or compactor is ignoring the
deletion because it's compacting the block at
the same time.
--disable-admin-operations
Disable UI/API admin operations like marking
blocks for deletion and no compaction.
--downsample.concurrency=1
Number of goroutines to use when downsampling
blocks.
Expand Down Expand Up @@ -475,4 +478,4 @@ Flags:
option is analogous to --web.route-prefix of
Prometheus.
```
```
2 changes: 1 addition & 1 deletion docs/components/query-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,4 +364,4 @@ Flags:
Thanos. By default Thanos sets CORS headers to
be allowed by all.

```
```
2 changes: 1 addition & 1 deletion docs/components/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,4 +527,4 @@ Thanos Query also exports metrics about its own performance. You can find a list
|-----------------------------------------|-----------|-------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
| grpc_client_handled_total | Counter | grpc_code, grpc_method, grpc_service, grpc_type | Number of gRPC client requests handled by this query instance (including errors) |
| grpc_server_handled_total | Counter | grpc_code, grpc_method, grpc_service, grpc_type | Number of gRPC server requests handled by this query instance (including errors) |
| thanos_store_api_query_duration_seconds | Histogram | samples_le, series_le | Duration of the Thanos Store API select phase for a query according to the amount of samples and series selected. |
| thanos_store_api_query_duration_seconds | Histogram | samples_le, series_le | Duration of the Thanos Store API select phase for a query according to the amount of samples and series selected. |
2 changes: 1 addition & 1 deletion docs/components/receive.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,4 +448,4 @@ Flags:
--tsdb.wal-compression Compress the tsdb WAL.
--version Show application version.
```
```
2 changes: 1 addition & 1 deletion docs/components/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,4 +576,4 @@ The configuration format is the following:
refresh_interval: 0s
scheme: http
path_prefix: ""
```
```
2 changes: 1 addition & 1 deletion docs/components/sidecar.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,4 @@ transport_config:
max_conns_per_host: 0
disable_compression: false
tls_handshake_timeout: 0
```
```
2 changes: 1 addition & 1 deletion docs/components/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,4 +491,4 @@ If timeout is set to zero then there is no timeout for fetching and fetching's l

In order to query series inside blocks from object storage, Store Gateway has to know certain initial info from each block index. In order to achieve so, on startup the Gateway builds an `index-header` for each block and stores it on local disk; such `index-header` is build by downloading specific pieces of original block's index, stored on local disk and then mmaped and used by Store Gateway.

For more information, please refer to the [Binary index-header](../operating/binary-index-header.md) operational guide.
For more information, please refer to the [Binary index-header](../operating/binary-index-header.md) operational guide.
6 changes: 3 additions & 3 deletions docs/components/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ usage: thanos tools bucket web [<flags>]
Web interface for remote storage bucket.
Flags:
--disable-admin-operations
--disable-admin-operations
Disable UI/API admin operations like marking
blocks for deletion and no compaction.
-h, --help Show context-sensitive help (also try
Expand Down Expand Up @@ -826,7 +826,7 @@ Flags:
--rewrite.to-relabel-config-file=<file-path>
Path to YAML file that contains relabel configs
that will be applied to blocks
--tmp.dir="/tmp/thanos-rewrite"
--tmp.dir="/var/folders/yn/c6y00yq11klbr1pk_92j61580000gn/T/thanos-rewrite"
Working directory for temporary files
--tracing.config=<content>
Alternative to 'tracing.config-file' flag
Expand Down Expand Up @@ -887,4 +887,4 @@ Flags:
- `/-/healthy` starts as soon as the initial setup is completed.
- `/-/ready` starts after all the bootstrapping completed (e.g object store bucket connection) and ready to serve traffic.

> NOTE: Metric endpoint starts immediately so, make sure you set up readiness probe on designated HTTP `/-/ready` path.
> NOTE: Metric endpoint starts immediately so, make sure you set up readiness probe on designated HTTP `/-/ready` path.

0 comments on commit 61e6cb1

Please sign in to comment.