Hi. I need help to configure Grafana with a MySQL DataSource.
I already have the DataSource configured, with no authentication problems; test OK, but all panels in Dashboard are empty (no data).
My DataBase is very simple; is called ‘raspduino’ and it has only one table ‘temperaturas’.
In that table, 9 rows. The first called ‘fecha’, and it contains UNIX TIME. From the second row to the ninth, called ‘sonda1’, ‘sonda2’…‘sonda8’, the values I want to put in Dashboards.
How can I archieve this?
Thanks, and excuse my english.
database name. Raspduino
Table: temperaturas
fecha,sonda1,sonda2,sonda3,sonda4,sonda5,sonda6,sonda7,sonda8
1516476761,24.69,24.62,24.56,24.56,24.50,24.62,24.69,24.50
…
1516476871,24.69,24.62,24.56,24.56,24.50,24.62,24.69,24.50