Skip to content

Commit

Permalink
Remove memberlist config from ring config. (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavirajk authored Mar 25, 2021
1 parent 29a3240 commit bcbffb1
Showing 1 changed file with 1 addition and 9 deletions.
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

0 comments on commit bcbffb1

Please sign in to comment.