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 1to8IA-006aTl-Gw for pgsql-announce@arkaria.postgresql.org; Fri, 28 Feb 2025 21:53:11 +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 1to8IB-00H5KW-EL for pgsql-announce@arkaria.postgresql.org; Fri, 28 Feb 2025 21:53:10 +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 1to8I9-00H5CN-V4 for pgsql-announce@lists.postgresql.org; Fri, 28 Feb 2025 21:53:08 +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 1to8I5-000ExR-1d for pgsql-announce@lists.postgresql.org; Fri, 28 Feb 2025 21:53:07 +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=TLWV6ggS6ipexUCL5FGYgraQUAQoNYtkgAVIE26lelo=; b=NdsgfR6DhUOo0PFiBL6+vpD5ri CZA7p/xEzm6yGkoKCgz2xbrCoonWol2PKW9O9TzfKfJ9NThFcQxJz5qt4QeDhncjq/2v1iNLsRorb nd1mX9442X7c5bt+CvMAPbUVMonIvt42NEoxUcLzghpFfMg26MQe8zLbwqRf/NPZ/zQhwxGGZe/Iy p/AZLPAM3ZZ+akQdV5SKOvYytVV4/m74W7sBmLsxQ4jPn4HKjaD16boAOoA/YlVhnsyICm3QODHsp znXspEPrCoJFsha8BfRf7sFp4ya+O5WDJWR+JE4bngCkY9m7oQonXMivLroZhFlfszGdN9VjHMVX8 NCNyndvg==; 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 1to8I3-000bfq-Ow for pgsql-announce@lists.postgresql.org; Fri, 28 Feb 2025 21:53:04 +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 1to8I3-001XEW-LT for pgsql-announce@lists.postgresql.org; Fri, 28 Feb 2025 21:53:03 +0000 Content-Type: multipart/mixed; boundary="===============5972102968178430930==" MIME-Version: 1.0 Subject: pgSCV 0.13.0 released! To: PostgreSQL Announce From: pgSCV via PostgreSQL Announce Reply-To: sleuthhound@gmail.com Date: Fri, 28 Feb 2025 21:52:40 +0000 Message-ID: <174077956077.678.463176680655969078@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 03cb70503d51fd79929daf129ba5673d8584440ee5d5c0231cd0678297e850c3 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============5972102968178430930== Content-Type: multipart/alternative; boundary="===============1594135128737473708==" MIME-Version: 1.0 --===============1594135128737473708== 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.9.6 and v0.13.0 releases, a lot of= new functionality has been implemented and many issues have been fixed, he= re is a short list of the main new features: * Added collect statistics from pg_stat_slru (PostgreSQL 13+); * Added collect statistics from pg_stat_io (PostgreSQL 16+); * Added initial support for PostgreSQL 18; * [Added multi targets metrics support and Prometheus service discovery](ht= tps://github.com/cherts/pgscv/wiki/Service-discovery); * [Added concurrency limit](https://github.com/cherts/pgscv/wiki/Concurrenc= y); * [Added custom labels support in `/targets` endpoint](https://github.com/C= HERTS/pgscv/wiki/Custom-target-labels); * [Added throttling support](https://github.com/cherts/pgscv/wiki/Throttlin= g); * Added support discovery and monitoring Cloud Managed Databases ([only Yan= dex.Cloud is supported for now](https://github.com/cherts/pgscv/wiki/Monito= ring-Cloud-Managed-Databases)); 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) * pgSCV [releases](https://github.com/CHERTS/pgscv/releases) --===============1594135128737473708== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgSCV 0.13.0 released!
 

pgSCV 0.13.0 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.9.= 6 and v0.13.0 releases, a lot of new functionality has been implemented and= many issues have been fixed, here is a short list of the main new features= :

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/.
 
--===============1594135128737473708==-- --===============5972102968178430930==--