-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add support for result paging #3
Comments
@jangaraj: As I learned from your reports, you are operating Grafana setups with more than 1000 dashboards but you have not yet crossed the 5000 dashboard mark, right? Please let me know if this turns out to be true at some time, then we will add appropriate paging mechanisms to the code. Cheers! |
Yes, my Grafana instance has only 1.3k dashboards. |
@amotl before I ask my ques just wanted to say Do you have any plans to introduce paging to go beyond the 5000 dashboard limit? I use |
Dear @madhav-prabhu, thanks a stack for writing in, for your kind words, and for outlining that you have a need that this limit needs to be raised. Would you be able to come up with a corresponding patch, or don't you have the capacities for that? With kind regards, |
|
@vbichov just contributed that missing feature at grafana-client. Thanks a stack!
So, we can finally think about adding that missing feature at grafana-wtf as well, probably around that spot: grafana-wtf/grafana_wtf/core.py Line 205 in 25dd79a
|
To reach beyond the 5000 results limit employed by Grafana on the dashboard search API,
grafana-wtf
should apply appropriate paging, see also https://grafana.com/docs/http_api/folder_dashboard_search/.This request originated at #2, thanks @jangaraj.
The text was updated successfully, but these errors were encountered: