Hello,
I am looking for advice to help solve a problem.
I would like to monitor data in different MySQL databases on the same server.
They have all the same table structure and I would like to be able to present data from one or more databases in one Grafana panel.
As far as I see, the Typescript frontend posts a query to the Go backend using a “datasourceId” and other information.
Would you think it is possible to do minor changes in the backend to handle multiple datasourceIds (and return the corresponding data) or does this lead down a never-ending rabbit hole?
Thanks so much for your help!
Peter