pgmetrics 1.12 released - Mailing list pgsql-announce

From RapidLoop, Inc. via PostgreSQL Announce
Subject pgmetrics 1.12 released
Date
Msg-id 163464683489.676.11060985142013147423@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

pgmetrics 1.12 released

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

 

pgsql-announce by date:

Previous
From: PWN via PostgreSQL Announce
Date:
Subject: PostgreSQL Weekly News - October 17, 2021
Next
From: JDBC Project via PostgreSQL Announce
Date:
Subject: PostgreSQL JDBC 42.3.0 released