Skip to content

Commit

Permalink
Adding docs generated by make doc
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Buytaert <[email protected]>
  • Loading branch information
KrisBuytaert committed May 8, 2024
1 parent 8044e4b commit db97972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions docs/configuration/arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ prefix these flags with `distributor.ha-tracker.`
The trusted CA file path.
- `etcd.tls-insecure-skip-verify`
Skip validating server certificate.
- `etcd.ping-without-stream-allowd'`
Enable/Disable PermitWithoutStream parameter


#### memberlist

Expand Down
11 changes: 4 additions & 7 deletions docs/configuration/config-file-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2606,6 +2606,10 @@ The `etcd_config` configures the etcd client. The supported CLI flags `<prefix>`
# Etcd password.
# CLI flag: -<prefix>.etcd.password
[password: <string> | default = ""]
# Send Keepalive pings with no streams.
# CLI flag: -<prefix>.etcd.ping-without-stream-allowed
[ping-without-stream-allowed: <boolean> | default = true]
```

### `fifo_cache_config`
Expand Down Expand Up @@ -2830,13 +2834,6 @@ lifecycler:
# CLI flag: -distributor.excluded-zones
[excluded_zones: <string> | default = ""]
# Set to true to enable ring detailed metrics. These metrics provide
# detailed information, such as token count and ownership per tenant.
# Disabling them can significantly decrease the number of metrics emitted by
# the distributors.
# CLI flag: -ring.detailed-metrics-enabled
[detailed_metrics_enabled: <boolean> | default = true]
# Number of tokens for each ingester.
# CLI flag: -ingester.num-tokens
[num_tokens: <int> | default = 128]
Expand Down

0 comments on commit db97972

Please sign in to comment.