Im trying to monitor my CloudSQL postgre instance,
followed step by step instructions from page but simply dont work: db=cloudsqladmin,user=postgres FATAL: pg_hba.conf rejects connection for host "10.X.X.X", user "postgres", database "cloudsqladmin", SSL off"
I can use psql to conect to instance;
Firewall are entirely open;
all comands run as sudo;
Is this an postgres user issue? Its possible to teach pmm to ignore table cloudsqladmin?
I cant reach pg_hba.conf, GCP dont let me touch this.
Looking in the docs, I found something in the postgres_exporter: exclude-databases, but I dont know how to use it with pmm.