Looking for suggestion for local Grafana deployment

Greatings,

I use Grafana local on my server with MySQL. There are different dashboards deployed. In the dashboard data source I have to specify the data source (MySQL database name). I have different databases with the same data model (the same table structures but different data from different sources). At the moment I provision a new Grafana docker container with a new MySQL database as a data source. This way I can display in browser at the same time the same Grafana dashboards using different databases (different data sources).

Is there a better way to display at the same time the same Grafana dashboards from the different data sources?

Regards,

Andrej

Hi @asimon,

Could you not use a docker-compose that provisions multiple MySQL datasources?

https://grafana.com/docs/grafana/latest/administration/provisioning/