pgmetrics 1.7 released - Mailing list pgsql-announce

From Mahadevan Ramachandran
Subject pgmetrics 1.7 released
Date
Msg-id CADjCDK_hW8gq390z4yPwC6o+=+utRB=juTZqPnMTodx_n_7Q9g@mail.gmail.com
Whole thread Raw
List pgsql-announce
Hello All,

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

* Collect and report metrics from PgBouncer (sample output here [1])
* Support for old pg_stat_statements (v1.2 in Postgres 9.4)
* Fix for incorrect bloat value of indexes when multiple indexes are present
* Other bug fixes, handling and performance improvements

You can get the latest release from GitHub [2].

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 a lot of information and statistics from a running PostgreSQL server
and display it in easy-to-read text format or export it as JSON or CSV for
scripting, monitoring and automation.

Learn more at https://pgmetrics.io/, or see a sample report here [3].

pgmetrics is an open-source project of RapidLoop [4].

[1] https://pgmetrics.io/docs/pgbouncer.html
[2] https://github.com/rapidloop/pgmetrics/releases
[3] https://pgmetrics.io/docs/index.html#example
[4] https://www.rapidloop.com

Regards,
-Mahadevan

pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - May 26, 2019 ==
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 v4.7 released