Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation for memberlist to match code #3505

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ Pass the `-config.expand-env` flag at the command line to enable this way of set

# Configuration for tracing
[tracing: <tracing_config>]

# Configuration for Gossip memberlist. Only applies if ring kvstore is "memberlist"
[memberlist: <memberlist_config>]
```

## server_config
Expand Down Expand Up @@ -257,10 +260,6 @@ ring:
# The CLI flags prefix for this block config is: distributor.ring
[etcd: <etcd_config>]

# Configuration for Gossip memberlist. Only applies if store is "memberlist"
# The CLI flags prefix for this block config is: distributor.ring
[memberlist: <memberlist_config>]

# The heartbeat timeout after which ingesters are skipped for
# reading and writing.
# CLI flag: -distributor.ring.heartbeat-timeout
Expand Down Expand Up @@ -779,10 +778,6 @@ lifecycler:
# CLI flag: <no prefix>
[etcd: <etcd_config>]

# Configuration for Gossip memberlist. Only applies if store is "memberlist"
# CLI flag: <no prefix>
[memberlist: <memberlist_config>]

# The heartbeat timeout after which ingesters are skipped for reads/writes.
# CLI flag: -ring.heartbeat-timeout
[heartbeat_timeout: <duration> | default = 1m]
Expand Down