From 61e6cb1e6aff9f5d71a87ec66fc603a173446ec6 Mon Sep 17 00:00:00 2001 From: Harsh Pratap Singh <119954739+harsh-ps-2003@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:02:23 +0530 Subject: [PATCH] fixing docs Signed-off-by: Harsh Pratap Singh <119954739+harsh-ps-2003@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- docs/components/compact.md | 5 ++++- docs/components/query-frontend.md | 2 +- docs/components/query.md | 2 +- docs/components/receive.md | 2 +- docs/components/rule.md | 2 +- docs/components/sidecar.md | 2 +- docs/components/store.md | 2 +- docs/components/tools.md | 6 +++--- 9 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72c7c724a9..5719bcfb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/components/compact.md b/docs/components/compact.md index 6b44e5b407..d210dd55a8 100644 --- a/docs/components/compact.md +++ b/docs/components/compact.md @@ -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. @@ -475,4 +478,4 @@ Flags: option is analogous to --web.route-prefix of Prometheus. -``` \ No newline at end of file +``` diff --git a/docs/components/query-frontend.md b/docs/components/query-frontend.md index 81d0311424..20e197d7db 100644 --- a/docs/components/query-frontend.md +++ b/docs/components/query-frontend.md @@ -364,4 +364,4 @@ Flags: Thanos. By default Thanos sets CORS headers to be allowed by all. -``` \ No newline at end of file +``` diff --git a/docs/components/query.md b/docs/components/query.md index 71374b4e04..63ef683451 100644 --- a/docs/components/query.md +++ b/docs/components/query.md @@ -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. | \ No newline at end of file +| 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. | diff --git a/docs/components/receive.md b/docs/components/receive.md index f0f69c87d7..8ec28f9af6 100644 --- a/docs/components/receive.md +++ b/docs/components/receive.md @@ -448,4 +448,4 @@ Flags: --tsdb.wal-compression Compress the tsdb WAL. --version Show application version. -``` \ No newline at end of file +``` diff --git a/docs/components/rule.md b/docs/components/rule.md index 35180ce2ef..93e5e91cfe 100644 --- a/docs/components/rule.md +++ b/docs/components/rule.md @@ -576,4 +576,4 @@ The configuration format is the following: refresh_interval: 0s scheme: http path_prefix: "" -``` \ No newline at end of file +``` diff --git a/docs/components/sidecar.md b/docs/components/sidecar.md index 0821d6616a..9bc309734a 100644 --- a/docs/components/sidecar.md +++ b/docs/components/sidecar.md @@ -234,4 +234,4 @@ transport_config: max_conns_per_host: 0 disable_compression: false tls_handshake_timeout: 0 -``` \ No newline at end of file +``` diff --git a/docs/components/store.md b/docs/components/store.md index 9898e9cfd0..ac0234f1df 100644 --- a/docs/components/store.md +++ b/docs/components/store.md @@ -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. \ No newline at end of file +For more information, please refer to the [Binary index-header](../operating/binary-index-header.md) operational guide. diff --git a/docs/components/tools.md b/docs/components/tools.md index 19bc45decb..1ae507be20 100644 --- a/docs/components/tools.md +++ b/docs/components/tools.md @@ -210,7 +210,7 @@ usage: thanos tools bucket web [] 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 @@ -826,7 +826,7 @@ Flags: --rewrite.to-relabel-config-file= 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= Alternative to 'tracing.config-file' flag @@ -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. \ No newline at end of file +> NOTE: Metric endpoint starts immediately so, make sure you set up readiness probe on designated HTTP `/-/ready` path.