-
Notifications
You must be signed in to change notification settings - Fork 370
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
[bug] Some dashboards are broken on high pods count #129
Comments
Have you tried increasing the CPU resources allocated to Prometheus? |
@EladAviczer did you watch the video? |
*victoriaMetrics |
The problem is not in Prometheus/VictoriaMetrics, but in the grafana dashboard itself. |
The dashboard uses VictoriaMetrics to query the data, you get 422 Unprocessable Content error when calling the promql/metricsQL query. I don't say that i'm 100% sure that it is a VictoriaMetrics problem but it could be and you should check it too. : ) |
The problem is that there are a lot of pods (because CronJob running every minute), and this dashboard tries to pass the array of pod names (1440 pods for last 24 hours), which will fail on any installation (Prometheus or VictoriaMetrics) |
Hi @maxpain, The I’ll check if there’s a better solution, but removing the |
Describe the bug
Hello. We have a lot of short-lived pods in our clusters. It's also a problem for frequent CronJobs.
Screen.Recording.2024-11-09.at.10.35.49.mov
How to reproduce?
No response
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: