Hello,
I have a table on my dashboard.
The table is filled from a MySQL database. The latest 5 entries are to be output in the table.
Select id, title, date from example order by date desc limit 5
How can Grafana automatically refresh the display of the table every X minutes?
The output is also in the form of a table
Thanks very much.