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 1sXG2T-002lvS-MD for pgsql-announce@arkaria.postgresql.org; Fri, 26 Jul 2024 08:10:57 +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 1sXG2S-007zXC-9n for pgsql-announce@arkaria.postgresql.org; Fri, 26 Jul 2024 08:10:56 +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.94.2) (envelope-from ) id 1sXFzk-007lE5-T9 for pgsql-announce@lists.postgresql.org; Fri, 26 Jul 2024 08:08: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.94.2) (envelope-from ) id 1sXFzi-001XOt-Mn for pgsql-announce@lists.postgresql.org; Fri, 26 Jul 2024 08:08: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=JWKEkxLGarAKIhrKpnzLVE7ANwra2vIG1Mx7zHVbcvA=; b=EH8qXp5Y7qJuDAXZDx9A3SN0ZO usbqmF4gbJqfcJuEAU3yDRmwel0rfPRYlKy5fa9HzcRx+B9iB0VOs1KAwTGAWus0Hz3ujfboCvpHm k+QhvQrBCz0Y0b4tY/NupstFQrKfmyqt0ue6mD/fBeZO7+pV6/0rLr8PNhTXNb1q8od2YYFkdApU7 DaDiUd0jjBKBzLAb/3EiiQf3nzDv30IdeyIsBjUZet3dNc3yfT/kELxflZF+ejnn2gaFeswdC9ViE 7JQ0LebVOlBDVLRHLMQJNrc5KW6bC3TlkCwxgI1/uWWzMJaYZT/9imMyx3lVmF7DgwNSJJgoiTauK SiVXcYRQ==; 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.94.2) (envelope-from ) id 1sXFzh-004lA1-4K for pgsql-announce@lists.postgresql.org; Fri, 26 Jul 2024 08:08:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sXFze-006YA6-77 for pgsql-announce@lists.postgresql.org; Fri, 26 Jul 2024 08:08:03 +0000 Content-Type: multipart/mixed; boundary="===============7495047835738988666==" MIME-Version: 1.0 Subject: pgmetrics 1.17 released To: PostgreSQL Announce From: "RapidLoop, Inc. via PostgreSQL Announce" Reply-To: hello@rapidloop.com Date: Fri, 26 Jul 2024 08:07:35 +0000 Message-ID: <172198125529.915371.18079696830780982060@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 8cdb1b075b066b149672c8b17367b6fa42873a3fa4f3fa2bf2089f00151a57c2 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============7495047835738988666== Content-Type: multipart/alternative; boundary="===============7536156985660848503==" MIME-Version: 1.0 --===============7536156985660848503== 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.17 of pgmetrics. Changes since th= e v1.16 release include: * Support for PostgreSQL v17 beta 2. * Support for PgBouncer up to v1.23.0. * Support for Pgpool up to v4.5.2. * Include full log entries in JSON output. * Support libpq key-value style connection strings. * 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.17.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 --===============7536156985660848503== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgmetrics 1.17 released
 

pgmetrics 1.17 released

Hello All,

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

  • Support for Pos= tgreSQL v17 beta 2.
  • Support for PgB= ouncer up to v1.23.0.
  • Support for Pgp= ool up to v4.5.2.
  • Include full lo= g entries in JSON output.
  • Support libpq k= ey-value style connection strings.
  • 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/.
 
--===============7536156985660848503==-- --===============7495047835738988666==--