Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vhlWU-005mTX-0Z for pgsql-announce@arkaria.postgresql.org; Mon, 19 Jan 2026 09:26:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vhlWT-00CSFu-0i for pgsql-announce@arkaria.postgresql.org; Mon, 19 Jan 2026 09:26:09 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vhlWS-00CSFm-1K for pgsql-announce@lists.postgresql.org; Mon, 19 Jan 2026 09:26:08 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vhlWQ-001JIS-0L for pgsql-announce@lists.postgresql.org; Mon, 19 Jan 2026 09:26:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=rKXuhkgZv/a7sardE8o3wEvoefX7zswEhVVYNIBENgA=; b=jPZxNPvh4DXpDHWtPFuA38d5rU Q7mR4NPxoItIql1kZki1KVtizTkkCRzzEL1Fu7x4hV/PxwfMm7SQwV14YPn6WDPg6z3+xFh3sJFVh 4kJnOLZtScyzZGTy9TBISESiSHSkYmcARwMh5JhiHexd7geskqxjFlMQoDpDlXFU9jJ5o7ilqb4W3 QLHWaYlXqUf7fbzJ5oc+b7VKjoDe8QISwBwPIo5KW9DeQiVoPgA9m2larjHadSnURFJhblo+2L630 9GXZMLM/KMIphKpNF32A7KTV1eGVSCbYo25FQY3QqhrqQxtm9nnsgwNqnxZZ1o+Nnp98LGVHVHMZU h8KV0FaA==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vhlWN-003WWl-29 for pgsql-announce@lists.postgresql.org; Mon, 19 Jan 2026 09:26:04 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vhlWM-0064am-1A for pgsql-announce@lists.postgresql.org; Mon, 19 Jan 2026 09:26:03 +0000 Content-Type: multipart/alternative; boundary="===============0512706252635809411==" MIME-Version: 1.0 Subject: pgmetrics 1.19 released To: PostgreSQL Announce From: "RapidLoop, Inc. via PostgreSQL Announce" Reply-To: hello@rapidloop.com Date: Mon, 19 Jan 2026 09:25:11 +0000 Message-ID: <176881471110.768.1494655138742322654@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 1f6c184c6a4548e4f40a8170b8363a38dab68921734f5a3f26dc1f617d488170 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0512706252635809411== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hello All, We're happy to announce the release of v1.19 of pgmetrics. Changes since th= e v1.18 release include: * Support for PgBouncer upto v1.25. * Support for pgpool upto v4.7. * Collect from pg_stat_database_conflicts view. * Collect pg_stat_io rows in Postgres 16 or later. * Collect confl_* columns from pg_stat_subscription_stats. * Updated dependencies, bug fixes and optimizations. You can get the latest release from [GitHub](https://github.com/rapidloop/p= gmetrics/releases/tag/v1.19.0). Thanks to all the people who pitched in with bug reports, suggestions and p= atches! Keep it coming! ## About pgmetrics pgmetrics is an open-source, zero-dependency, single-binary tool that can c= ollect 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 su= pports collection from various managed PostgreSQL services (AWS, Azure, GCP= ) as well as from Citus, PgBouncer and Pgpool. 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.co= m/). Best, -Mahadevan --===============0512706252635809411== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgmetrics 1.19 released
 

pgmetrics 1.19 released

Hello All,

We're happy to announce the release of v1.1= 9 of pgmetrics. Changes since the v1.18 release include:

  • Support for PgB= ouncer upto v1.25.
  • Support for pgp= ool upto v4.7.
  • Collect from pg= _stat_database_conflicts view.
  • Collect pg_stat= _io rows in Postgres 16 or later.
  • Collect confl_*= columns from pg_stat_subscription_stats.
  • Updated depende= ncies, bug fixes and optimizations.

You can get the latest release from GitHub.

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

About pgmetrics

pgmetrics is an open-source, zero-dependenc= y, single-binary tool that can collect 350+ metrics from a running PostgreS= QL server and display it in easy-to-read text format or export it as JSON a= nd CSV for scripting. It also supports collection from various managed Post= greSQL services (AWS, Azure, GCP) as well as from Citus, PgBouncer and Pgpo= ol.

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

pgmetrics is an open-source project of RapidLoop.

Best, -Mahadevan

This email was sent to you from RapidLoop, Inc.. It was delivered on their = behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to RapidLoop, Inc..

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============0512706252635809411==--