spreaker / prometheus-pgbouncer-exporter

Prometheus exporter for PgBouncer
MIT License
104 stars 39 forks source link

Failed to fetch metrics because password authentication failing for pgbouncer user. #38

Open aqua-regia opened 3 years ago

aqua-regia commented 3 years ago

Getting below error.

{"asctime": "2021-10-01 14:45:05", "levelname": "ERROR", "message": "Unable fetch metrics from postgresql://pgbouncer:***@localhost:6432/pgbouncer", "exception": "ERROR: password authentication failed\n"}

How to properly change the password for pgbouncer user ?

And when and where is pgbouncer database created ?