Home > OS >  How can you integrate grafana with Google Cloud SQL
How can you integrate grafana with Google Cloud SQL

Time:03-22

I haven't been able to find how to take a Postgres instance on Google Cloud SQL (on GCP) and hook it up to a grafana dashboard to visualize the data that is in the DB. Is there an accepted easy way to do this? I'm a complete newbie to grafana and have limited experience with GCP(used cloud sql proxy to connect to a postgres instance)

CodePudding user response:

Grafana display the data. Google Cloud Monitoring store the data to display. So, you have to make a link between both.

And boom, magically, a plug-in exists!

Note: when you know what you search, it's easier to find it. Understand your architecture to reach the next level!

  • Related