Configure Mimir Per-user series limit on Ingester
Mimir is hitting it's default time series limit as generating errors when Prometheus starts writing to it:
Determine the appropriate helm values to increase the limit and increase it appropriately.
distributor ts=2024-11-25T16:50:43.056588626Z caller=push.go:211 level=error user=anonymous msg="detected an error while ingesting Prometheus remote-write request (the request may have been partially ingested)" httpCode=400 err="send data to ingesters: failed pushing to ingester monitoring-mimir-ingester-zone-b-0: user=anonymous: per-user series limit of 150000 exceeded (err-mimir-max-series-per-user). To adjust the related per-tenant limit, configure -ingester.max-global-series-per-user, or contact your service administrator. (sampled 1/10)" insight=true
AC:
-
Set higher values to something more production like in the wrapper chart
Edited by Kevin Scheunemann