pgbouncer_exporter icon indicating copy to clipboard operation
pgbouncer_exporter copied to clipboard

Prometheus exporter for PgBouncer

Results 20 pgbouncer_exporter issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.51.1 to 0.53.0. Release notes Sourced from github.com/prometheus/common's releases. v0.53.0 What's Changed Add StatusAt method for Alert struct by @​grobinson-grafana in prometheus/common#618 config: allow exposing real secret...

dependencies

Propagating changes from prometheus/prometheus default branch.

I don't know whether the connectionstringpointer should connect to pgbouncer or PostgreSQL in the code. I see. Default in the code(“ postgres://postgres: @Localhost: 6543 / pgbouncer? Sslmode = disable "),...

Full error text is following: `ts=2024-02-14T13:27:09.475Z caller=collector.go:138 level=error msg="error setting up DB connection" err="error pinging pgbouncer: dial tcp 127.0.0.1:5432: connect: connection refused"` PG bouncer Exporter container is configured like that:...

It would be great if someone could kindly cut a new release including the new pgbouncer-v1.21.0 metrics related to prepared statements. I would be happy to submit a simple PR...

Could you tell me how to correctly specify the connection string if there is a dash in the name of my database. Connection string example: `- --pgBouncer.connectionString=postgres://$(DB_USER):$(DB_PASSWORD)@127.0.0.1:5432/tmp-test-db?sslmode=disable&connect_timeout=10` The error I...

How do I set up this exporter? What is the connection string supposed to be? I tried the example, but all I get is `level=error ts=2021-10-14T10:29:24.248Z caller=collector.go:129 msg="error setting up...

Would it be possible to support environment variables for the exporter's configuration? I intend to use this exporter with Kubernetes, right now I need to do something like this: ```yaml...

Is there any Grafana dashboards for this exporter? i found a dashboard for similiar exporter but queries not match! if we have no dashboards i want to create one

Hi Team: Thank you for your great contibution. I am trying to use the prebuild binary (pgbouncer_exporter version 0.6.0 linux amd64) in my micro-service. I am automating it via supervisord....