pgmetrics 1.13 released

From: "RapidLoop, Inc(dot) via PostgreSQL Announce" <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pgmetrics 1.13 released
Date: 2022-05-23 13:58:23
Message-ID: 165331430382.573542.3181203093539938896@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hello All,

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

* Collect metrics from Azure Database For PostgreSQL ([more info](https://pgmetrics.io/docs/azure.html)).
* Collect information from all pg_stat_progress_* views.
* Include more information in text report.
* Add option to omit bloat query.
* Support old version pss extension in new version server.
* Include query id in auto_explain plan if present in log_line_prefix.
* Various bug fixes.

You can get the latest release from [GitHub](https://github.com/rapidloop/pgmetrics/releases/tag/v1.13.0).

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, Azure, GCP, Heroku) as well as from PgBouncer and Odyssey.

Learn more at [pgmetrics.io](https://pgmetrics.io/), or see a sample report [here](https://pgmetrics.io/docs/index.html#example).

pgmetrics is an open-source project of [RapidLoop](https://www.rapidloop.com/).

Best, -Mahadevan

Browse pgsql-announce by date

  From Date Subject
Next Message Pgpool Global Development Group via PostgreSQL Announce 2022-05-23 13:58:43 Pgpool-II 4.3.2, 4.2.9, 4.1.12, 4.0.19 and 3.7.24 released.
Previous Message Dalibo via PostgreSQL Announce 2022-05-21 07:39:34 PostgreSQL Anonymizer 1.0: Privacy By Design For Postgres