Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Prometheus exporter for Pgbouncer metrics.

License

Notifications You must be signed in to change notification settings

Ometria/pgbouncer_exporter

 
 

Repository files navigation

Pgbouncer exporter Build Status

Docker Pulls Go Report Card Coverage Status

Prometheus exporter for Pgbouncer metrics.

Collectors

All of the collectors are enabled by default, you can control that using environment variables by settings it to true or false.

Name Description Env var Default
stats Per database requests stats. EXPORT_STATS Enabled
pools Per (database, user) connection stats. EXPORT_POOLS Enabled
databases List of configured databases. EXPORT_DATABASES Enabled
lists List of internal pgbouncer information. EXPORT_LISTS Enabled

About

Prometheus exporter for Pgbouncer metrics.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Dockerfile 0.7%