Mimir kvstore inmemory - crashloops #3660
-
Describe the bugI'm not able to implement in memory kvstore for ha tracker Multiple pods are falling into crashloop with error
To ReproduceSteps to reproduce the behavior:
Expected behaviorMimir should use inmemory kvstore. Environment
Additional ContextI'm trying to implement HA deduplication of metrics which comes from 2 instances of prometheus. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
👋 Hi! The
That being said, keep in mind |
Beta Was this translation helpful? Give feedback.
-
Thanks for suggestion, I will work on consul implementation instead as ha_tracker is not supported yet. |
Beta Was this translation helpful? Give feedback.
👋 Hi! The
kvstore
should be a child ofha_tracker
, so:That being said, keep in mind
inmemory
is intended only for development and shouldn't be used in any real cluster. You should either usememberlist
(recommended, except forha_tracker
which is currently unsupported) orconsul
/etcd
.