Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prometheus-agent on alba / peu01 fails to send its data to the MC because it reached mimir's max ingestion rate #3772

Closed
QuantumEnigmaa opened this issue Nov 20, 2024 · 1 comment

Comments

@QuantumEnigmaa
Copy link

QuantumEnigmaa commented Nov 20, 2024

The prometheus-agent was logging these errors :

server returned HTTP status 429 Too Many Requests: the request has been rejected because the tenant exceeded the ingestion rate limit, set to 1e+06 items/s with a maximum allowed burst of 10000000. This limit is applied on the total number of samples, exemplars and metadata received across all distributors (err-mimir-tenant-max-ingestion-rate). To adjust the related per-tenant limits, configure -distributor.ingestion-rate-limit and -distributor.ingestion-burst-size, or contact your service administrator.

As a quick fix I increased the max ingestion rate and ingestion burst limit in the shared configs but it's not a long-lasting solution as we can't increase these numbers endlessly.

We should thus investigate if there is another way to work around this issue.

@QuantumEnigmaa
Copy link
Author

After some investigations on alba, I didn't found any way to work around increasing mimir's max ingestion rate and ingestion burst limit.

@github-project-automation github-project-automation bot moved this from Inbox 📥 to Done ✅ in Roadmap Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant