grafana/mimir

Docs feedback: /operators-guide/configure/reference-configuration-parameters/index.md

Open

#2,911 opened on Sep 7, 2022

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Go (808 forks)auto 404
good first issuehacktoberfestkeep-alivetype/docs

Repository metrics

Stars
 (5,181 stars)
PR merge metrics
 (PR metrics pending)

Description

Hello,

Please take a look on section The distributor block configures the distributor. on the comment about the ha_tracker.kvstore.

Here you wrote the following comments:

ha_tracker:
  # Backend storage to use for the ring. Please be aware that memberlist is not
  # supported by the HA tracker since gossip propagation is too slow for HA
  # purposes.
  kvstore:
    # Backend storage to use for the ring. Supported values are: consul, etcd,
    # inmemory, memberlist, multi.
    # CLI flag: -distributor.ha-tracker.store
    [store: <string> | default = "consul"]

But words ...memberlist is not supported by the HA tracker... and Supported values are: ..., memberlist,... contradict each other.

Contributor guide