Fix duplication of release field in .goreleaser.yml.
1 file changed
tree: 75891af7fac4110ad8c8a31291f39a7e3acd68f3
  1. cmd/
  2. collector/
  3. config/
  4. domain/
  5. server/
  6. store/
  7. vendor/
  8. .gitignore
  9. .golangci.yml
  10. .goreleaser.yml
  11. .travis.yml
  12. CHANGELOG.md
  13. Dockerfile
  14. Gopkg.lock
  15. Gopkg.toml
  16. LICENSE
  17. main.go
  18. README.md
README.md

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.

NameDescriptionEnv varDefault
statsPer database requests stats.EXPORT_STATSEnabled
poolsPer (database, user) connection stats.EXPORT_POOLSEnabled
databasesList of configured databases.EXPORT_DATABASESEnabled
listsList of internal pgbouncer information.EXPORT_LISTSEnabled