Skip to content

Commit f0e0a3a

Browse files
authored
docs: Add warning for inmemory ha-tracker to clarify its usage (#6891)
Signed-off-by: Siddarth Gundu <[email protected]>
1 parent cc48e77 commit f0e0a3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration/arguments.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ The KVStore client is used by both the Ring and HA Tracker (HA Tracker doesn't s
122122
The prefix for the keys in the store. Should end with a /. For example with a prefix of foo/, the key bar would be stored under foo/bar.
123123
- `{ring,distributor.ha-tracker}.store`
124124
Backend storage to use for the HA Tracker (consul, etcd, inmemory, multi).
125+
126+
**Warning:** The `inmemory` store will not work correctly with multiple distributors as each distributor can have a different state, causing injestion errors.
125127
- `{ring,distributor.ring}.store`
126128
Backend storage to use for the Ring (consul, etcd, inmemory, memberlist, multi).
127129

0 commit comments

Comments
 (0)