Skip to content

rpc error: code = Code(429) #3292

Discussion options

You must be logged in to vote

There are docs here: https://grafana.com/docs/mimir/latest/operators-guide/mimir-runbooks/#err-mimir-tenant-max-ingestion-rate

The expected ingestion rate can be determined by: ingestion_rate = number_of_series / scrape_interval_in_seconds. So for example, if you have 150K series and a scrape interval of 60s, your ingestion rate would be 150000 / 60 = 2500. Burst is typically set to 10x the ingestion rate.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pracucci
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3291 on October 24, 2022 13:18.