spreaker / prometheus-pgbouncer-exporter

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

Wasn't build with Python 3.8.4rc1 and psycopg2==2.7.3.2 #25

Closed SourFor closed 4 years ago

SourFor commented 4 years ago

How can I change psycopg2 version to 2.8.5?

esanchezm commented 4 years ago

Hi @SourFor. You can fork this repository, change the requirements.txt file and the setup.py file and create your own package. Or you can do that same changes and send a PR

SourFor commented 4 years ago

I can create PR, but I haven't permission.

esanchezm commented 4 years ago

You need to fork this repo to your account (you'll find the option at the top right of this page), do the changes in your repository and then create the Pull request.

SourFor commented 4 years ago

Thanks PR: /pull/26

esanchezm commented 4 years ago

Closed in #26