Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Coleen Iona Quadros <[email protected]>
  • Loading branch information
coleenquadros committed Sep 4, 2024
1 parent 8b386ab commit 3bd7614
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 364 deletions.
2 changes: 0 additions & 2 deletions docs/components/receive.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ where `<thanos-receive-containter-ip>` is an IP address reachable by Prometheus
The example content of `bucket.yml`:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=gcs.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: GCS
config:
bucket: ""
Expand Down
2 changes: 0 additions & 2 deletions docs/components/sidecar.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ thanos sidecar \
The example content of `bucket.yml`:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=gcs.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: GCS
config:
bucket: ""
Expand Down
8 changes: 0 additions & 8 deletions docs/components/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ thanos store \
The content of `bucket.yml`:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=gcs.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: GCS
config:
bucket: ""
Expand Down Expand Up @@ -328,8 +326,6 @@ The `in-memory` index cache is enabled by default and its max size can be config
Alternatively, the `in-memory` index cache can also be configured using `--index-cache.config-file` to reference the configuration file or `--index-cache.config` to put yaml config directly:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=storecache.InMemoryIndexCacheConfig"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: IN-MEMORY
config:
max_size: 0
Expand All @@ -350,8 +346,6 @@ All the settings are **optional**:
The `memcached` index cache allows to use [Memcached](https://memcached.org) as cache backend. This cache type is configured using `--index-cache.config-file` to reference the configuration file or `--index-cache.config` to put yaml config directly:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=cacheutil.MemcachedClientConfig"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: MEMCACHED
config:
addresses: []
Expand Down Expand Up @@ -405,8 +399,6 @@ While the remaining settings are **optional**:
The `redis` index cache allows to use [Redis](https://redis.io) as cache backend. This cache type is configured using `--index-cache.config-file` to reference the configuration file or `--index-cache.config` to put yaml config directly:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=cacheutil.RedisClientConfig"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: REDIS
config:
addr: ""
Expand Down
6 changes: 0 additions & 6 deletions docs/components/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ thanos tools bucket verify --objstore.config-file=bucket.yml
The content of `bucket.yml`:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=gcs.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: GCS
config:
bucket: ""
Expand Down Expand Up @@ -678,8 +676,6 @@ thanos tools bucket downsample \
The content of `bucket.yml`:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=gcs.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: GCS
config:
bucket: ""
Expand Down Expand Up @@ -782,8 +778,6 @@ thanos tools bucket mark \
The example content of `bucket.yml`:

```yaml mdox-exec="go run scripts/cfggen/main.go --name=gcs.Config"
# command-line-arguments
ld: warning: ignoring duplicate libraries: '-lproc'
type: GCS
config:
bucket: ""
Expand Down
197 changes: 0 additions & 197 deletions docs/proposals-accepted/202301-distributed-query-execution.md

This file was deleted.

Loading

0 comments on commit 3bd7614

Please sign in to comment.