timescale / prometheus-postgresql-adapter

Use PostgreSQL as a remote storage database for Prometheus
Apache License 2.0
335 stars 66 forks source link

prometheus-postgresql-adapter fails to connect PostgreSQL 10. #42

Closed zhengjf9 closed 5 years ago

zhengjf9 commented 5 years ago

I have updated PostgreSQL to version 10 and set the password authentication as scram-sha-256. Does the adapter support this?

niksajakovljevic commented 5 years ago

We use lib/pq driver to connect to PostgreSQL. Unfortunately pq does not support SCRAM at the moment: https://github.com/lib/pq/pull/608/files