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.94.2) (envelope-from ) id 1v3wRP-005ttm-C0 for pgsql-announce@arkaria.postgresql.org; Wed, 01 Oct 2025 13:00:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v3wRN-002Eil-CA for pgsql-announce@arkaria.postgresql.org; Wed, 01 Oct 2025 13:00:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v3wRM-002Ehn-Dl for pgsql-announce@lists.postgresql.org; Wed, 01 Oct 2025 13:00:17 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v3wRB-000sLG-1L for pgsql-announce@lists.postgresql.org; Wed, 01 Oct 2025 13:00:16 +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=RyGK7FgzbEIDmlw8HeJWEwWPJLeknqI0xHOpvc1l2KM=; b=h8egI1n/wZP/b2RRCl3oCS/ZBP w0st0NGyajWl/JEkMLkL5EPYrshgql3fm10aJ+4VbzQcoWeEMCvTKd7LN6clO5oU+uWLWahu74CUx unaehwep3L8knOOm9SBWL1LahU09Ae1FxnI2DwTvyoDiYdGBk/mK+ix+45K/gAmcIH3owmVdcFXlp dL5/8AGyFtXmyBNQt5FYpNYtGwEsKFCb9JiXc6y005QlYugABSEvI2c9huEhWWSMaBC/Ir8L6AI4v RzGHEQVu+gCtDQt1o577o9xZPS2g+AWm1xBdWVWQnThLqZK5JWo6pd52ocfneeQ3HHx7okX/BJIJY evAxOBbA==; Received: from wrigleys.postgresql.org ([217.196.149.60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v3wRA-002OqP-99 for pgsql-announce@lists.postgresql.org; Wed, 01 Oct 2025 13:00:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1v3wRA-004q6t-0Y for pgsql-announce@lists.postgresql.org; Wed, 01 Oct 2025 13:00:04 +0000 Content-Type: multipart/mixed; boundary="===============5476164600377825474==" MIME-Version: 1.0 Subject: pgmetrics 1.18 released To: PostgreSQL Announce From: "RapidLoop, Inc. via PostgreSQL Announce" Reply-To: hello@rapidloop.com Date: Wed, 01 Oct 2025 12:59:29 +0000 Message-ID: <175932356978.826.2893839039911678457@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 438445fad7ad1d0c76dbdaa5f0d7bbb33e222a593ee2b06348d3f0c7a3497d82 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5476164600377825474== Content-Type: multipart/alternative; boundary="===============0974901505333196304==" MIME-Version: 1.0 --===============0974901505333196304== 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.18 of pgmetrics. Changes since th= e v1.17 release include: * Support for PostgreSQL v18. * Support for pg_stat_statements to be installed in any schema. * Added option to use either the simple or extended query wire protocol. * Workaround for lock timeout during table size collection. * Updated dependencies. * Various bug fixes and minor improvements. You can get the latest release from [GitHub](https://github.com/rapidloop/p= gmetrics/releases/tag/v1.18.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 --===============0974901505333196304== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgmetrics 1.18 released
 

pgmetrics 1.18 released

Hello All,

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

  • Support for Pos= tgreSQL v18.
  • Support for pg_= stat_statements to be installed in any schema.
  • Added option to= use either the simple or extended query wire protocol.
  • Workaround for = lock timeout during table size collection.
  • Updated depende= ncies.
  • Various bug fix= es and minor improvements.

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/.
 
--===============0974901505333196304==-- --===============5476164600377825474==--