Hello, I have created a table in grafana to show data from a mysql database, basically it is VPN connections, I check the database and if I have all the data correct, my program is working and storing correctly in the database , but when I try to see it in the graph I see that it is limiting the data to one million, does anyone know how to increase that size or make it have no limit please?
Try changing this setting:
row_limit
Limits the number of rows that Grafana will process from SQL (relational) data sources. Default is
1000000
.
1 Like
have you touched base with your db admin about fetching so many rows in one query?