We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What did you do?
I've added postgres_exporter container to my application as following:
postgres_exporter: image: quay.io/prometheuscommunity/postgres-exporter:v0.14.0 restart: unless-stopped environment: DATA_SOURCE_NAME: "postgresql://...@postgres:5432/...?sslmode=disable" ports: - 9187:9187
What did you expect to see?
I expected postgres_exporter to use only couple of connections with postgresql to grab statistics.
What did you see instead? Under which circumstances?
I see postgres_exporter contantly using more and more connections with each scrape.
Steps to reproduce
ab -n 1000 -c 2 http://host:9187/metrics
We don't have this issue with v0.13.0, but we do have it with v0.14.0 and latest tags.
The text was updated successfully, but these errors were encountered:
Duplicate of #921
Sorry, something went wrong.
Connections leak in v0.14.0
Do we have any bug fix for this postgres exporter connection leaks ?
No branches or pull requests
What did you do?
I've added postgres_exporter container to my application as following:
What did you expect to see?
I expected postgres_exporter to use only couple of connections with postgresql to grab statistics.
What did you see instead? Under which circumstances?
I see postgres_exporter contantly using more and more connections with each scrape.
Steps to reproduce
ab -n 1000 -c 2 http://host:9187/metrics
to speed up things a littleWe don't have this issue with v0.13.0, but we do have it with v0.14.0 and latest tags.
The text was updated successfully, but these errors were encountered: