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 1vaTDF-008ywB-2A for pgsql-announce@arkaria.postgresql.org; Tue, 30 Dec 2025 06:28:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vaTDE-002kRm-1u for pgsql-announce@arkaria.postgresql.org; Tue, 30 Dec 2025 06:28: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 1vaTDD-002kQw-2a for pgsql-announce@lists.postgresql.org; Tue, 30 Dec 2025 06:28: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 1vaTDB-003WO6-1z for pgsql-announce@lists.postgresql.org; Tue, 30 Dec 2025 06:28: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=UvBVjDowBdFr4e/+O6B1W4OM/AfGFwWOGZuu9uwL+do=; b=i4YL76UKZnXZ1thmGqYEDpw4dH akI0n2ltU7/h7OZj1BdI8Bz5XYQuf/MmizaSyhRtDO6yhN254bTSlECQMQ+IOGr4YXf/yX+Sy9CKF wMknSzLtwpO0++E4rjeoU10ivIG0eQqQ9q9VHrCjl1g4LSC3mMBtIwY2PxY9q9oDWRsRWbrUiE/+8 tj+tEH5iIK7fUvJb3mfjF5kRGD3QOjZneEmc0k8AUrXalnCEYPJnEpu0rjM9+5ly6uAoSKQ/yDedN S9gfo/tFrsh8CCiAHg4f3iPAOvgKVhfKokebQnxu1wR3BtZ8PNQo58FdF+x+HbqVyb69NUAT1awsG RETwyaqw==; 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 1vaTDA-009cIC-2w for pgsql-announce@lists.postgresql.org; Tue, 30 Dec 2025 06:28: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 1vaTD8-00GbgA-1e for pgsql-announce@lists.postgresql.org; Tue, 30 Dec 2025 06:28:03 +0000 Content-Type: multipart/mixed; boundary="===============1904588362169347683==" MIME-Version: 1.0 Subject: pgSCV 0.15.1 released! To: PostgreSQL Announce From: pgSCV via PostgreSQL Announce Reply-To: sleuthhound@gmail.com Date: Tue, 30 Dec 2025 06:27:49 +0000 Message-ID: <176707606999.978867.7800362317387066355@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: de0867e487328df087ce5e13f844465323350f5e60b1acafa3e2d1d4e93837cb List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============1904588362169347683== Content-Type: multipart/alternative; boundary="===============6917951186122758575==" MIME-Version: 1.0 --===============6917951186122758575== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgSCV is a Prometheus-compatible monitoring agent and metrics exporter for = PostgreSQL environment. The goal of the project is to provide a single tool= (exporter) for collecting metrics from PostgreSQL and related services. Since the last post between the pgSCV v0.15.0 and v0.15.1 releases, a lot o= f new functionality has been implemented and many issues have been fixed, h= ere is a short list of the main new features: * Added collecting pg_subscription_rel statistics * Fix Service Discovery goroutines leaks, refactoring Token -> ycsdk Creden= tials middleware * Fix goroutines leaks * Update go module and fixed typo and more fix For the complete list of changes, please checkout the release note on [http= s://github.com/cherts/pgscv/releases](https://github.com/cherts/pgscv/relea= ses) More information on project page and wiki: * pgSCV on [Github](https://github.com/cherts/pgscv/) * pgSCV [wiki](https://github.com/cherts/pgscv/wiki) --===============6917951186122758575== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgSCV 0.15.1 released!
 

pgSCV 0.15.1 released!

pgSCV is a Prometheus-compatible monitoring= agent and metrics exporter for PostgreSQL environment. The goal of the pro= ject is to provide a single tool (exporter) for collecting metrics from Pos= tgreSQL and related services.

Since the last post between the pgSCV v0.15= .0 and v0.15.1 releases, a lot of new functionality has been implemented an= d many issues have been fixed, here is a short list of the main new feature= s:

  • Added collectin= g pg_subscription_rel statistics
  • Fix Service Dis= covery goroutines leaks, refactoring Token -> ycsdk Credentials middlewa= re
  • Fix goroutines = leaks
  • Update go modul= e and fixed typo and more fix

For the complete list of changes, please ch= eckout the release note on https://github.co= m/cherts/pgscv/releases

More information on project page and wiki:<= /p>

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

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/.
 
--===============6917951186122758575==-- --===============1904588362169347683==--