"per-user series limit of 150000 exceeded" in mimir-distributed Helm chat #3130
-
Hi I'm testing Mimir on a large scale environment and use the mimir-distributed Helm chart following the documentation. Error in distributor logs : To ReproduceI try to setup that In my custom.yaml but I am still having the same error.
Chart version : mimir-distributed-3.0.0 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Most common errors have a ID you can lookup in our runbooks (or search on Google). In your case the ID is About your specific question on how to configure it the limit using YAML, the configuration file reference doc is here: In particular, the correct YAML configuration snippet is (see limits reference doc):
|
Beta Was this translation helpful? Give feedback.
-
The current documentation doesn't cover the runtime configuration for Helm, so it's not really clear how to custom the value in the chart. That's what I was looking for @dimitarvdimitrov ! Thanks a lot guys ! |
Beta Was this translation helpful? Give feedback.
-
The doc is still not there for Helm Charts almost 2 years later. But if you check the general configuration for Mimir it's actually there: https://grafana.com/docs/mimir/latest/configure/configuration-parameters/ |
Beta Was this translation helpful? Give feedback.
Most common errors have a ID you can lookup in our runbooks (or search on Google). In your case the ID is
err-mimir-max-series-per-user
and the runbook is:https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#err-mimir-max-series-per-user
About your specific question on how to configure it the limit using YAML, the configuration file reference doc is here:
https://grafana.com/docs/mimir/latest/operators-guide/configure/reference-configuration-parameters/
In particular, the correct YAML configuration snippet is (see limits reference doc):