Need to setup Grafana with Dashboard metadata on Postgresql.
Note:- The telemetry data comes from InfluxDB.
As of now we have
- Updated the defaults.ini file to replace sqlite with postgres and created Grafana Docker image from it.
- Created a AKS Kubernetes deployment with GF_DATABASE_URL to point to out Postgresql running as PaaS on Azure.
- Manually created Grafana database in postgres.
But no grafana metadata (tables etc) are available in the postgres grafana database. And grafana UI (on Azure public IP) is not displaying anything.
Any help is appreciated.
Regards
Prabir