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

Remove memberlist config from ring config. #3542

Merged
merged 1 commit into from
Mar 25, 2021
Merged
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
10 changes: 1 addition & 9 deletions docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,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 +775,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 Expand Up @@ -1354,7 +1346,7 @@ filesystem:
directory: <string>

# Configures storing index in an Object Store(GCS/S3/Azure/Swift/Filesystem) in the form of boltdb files.
# Required fields only required when boltdb-shipper is defined in config.
# Required fields only required when boltdb-shipper is defined in config.
boltdb_shipper:
# Directory where ingesters would write boltdb files which would then be
# uploaded by shipper to configured storage
Expand Down