pgmetrics 1.12 released

Posted on 2021-10-19 by RapidLoop, Inc.
Related Open Source

Hello All,

We're happy to announce the release of v1.12 of pgmetrics. Changes since the v1.11 release include:

  • Support for PostgreSQL 14 (now supports v9.3 to v14)
  • Support for PgBouncer 1.16 (now supports v1.8.1 to v1.16.0)
  • Collect new v14 stats (pg_stat_wal, new fields from pg_stat_database and more)
  • Option to omit collection of index definitions
  • Pre-built binaries for 6 platforms including M1 Mac OS and Linux ARMv8
  • Various bug fixes

You can get the latest release from GitHub.

Thanks to all the people who pitched in with bug reports, suggestions and patches! Keep it coming!

About pgmetrics

pgmetrics is an open-source, zero-dependency, single-binary tool that can collect 350+ metrics from a running PostgreSQL server and display it in easy-to-read text format or export it as JSON and CSV for scripting. It also supports collection from various managed PostgreSQL services (AWS, GCP, Azure, Heroku) as well as from PgBouncer, Odyssey and Citus.

Learn more at pgmetrics.io, or see a sample report here.

pgmetrics is an open-source project of RapidLoop.

Best, -Mahadevan