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 1tDRPc-000j03-Gk for pgsql-announce@arkaria.postgresql.org; Tue, 19 Nov 2024 16:49:12 +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 1tDRPa-00EyvE-PG for pgsql-announce@arkaria.postgresql.org; Tue, 19 Nov 2024 16:49:10 +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 1tDRPZ-00EyuH-Sy for pgsql-announce@lists.postgresql.org; Tue, 19 Nov 2024 16:49:09 +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 1tDRPW-002mTT-7f for pgsql-announce@lists.postgresql.org; Tue, 19 Nov 2024 16:49:09 +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=pOst7I8jOQ1WkD6NbxMAr6VRO32e67UOrMgamVzX6kA=; b=0duHyRKjn8N/bCtw/SS4eTta8F 2ArDbtfLn+GPe5TiMR3a07YFZlDn7sI/dFqJ7ch+X3hKi8kxcCXOz3LqcqbdAuapixZh5j9/dVgmI 6lXOwklG18q92pXOjGd8d698zpJ1/1cWU0gmxj/aNo+gtoQun0dvbwSKkFFLmop1dtV3DrKYUIKpq pXH+AqjRaQkCqeythO9scTNDS5mY65S4HfpTIrQ/gDMfuJnpocyCMe9SvedTxdFm7xABHERXjZB7O 5IfGqqZJ/YWalVF778tbaUh0Z49j4c5fwIwVr2v3/Q7n0eI4xShjpe04jbO+ATMlPguVLNPahcYpn ClPZOy0w==; 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 1tDRPU-008Vsf-KI for pgsql-announce@lists.postgresql.org; Tue, 19 Nov 2024 16:49: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 1tDRPT-008srX-4d for pgsql-announce@lists.postgresql.org; Tue, 19 Nov 2024 16:49:03 +0000 Content-Type: multipart/mixed; boundary="===============0238748268701482480==" MIME-Version: 1.0 Subject: pgSCV 0.9.4 released. To: PostgreSQL Announce From: pgSCV via PostgreSQL Announce Reply-To: sleuthhound@gmail.com Date: Tue, 19 Nov 2024 16:48:31 +0000 Message-ID: <173203491134.2092745.9649868161078117510@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 4a211d0dbb4378f0ea468126dec43f2528c449ffef7154c9eff9fa3fc0b0aedb List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============0238748268701482480== Content-Type: multipart/alternative; boundary="===============9148178798799223952==" MIME-Version: 1.0 --===============9148178798799223952== 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. Features: * **Supported services:** support collecting metrics of PostgreSQL, Pgbounc= er and Patroni; * **OS metrics:** support collecting metrics of operating system (Linux); * **TLS and authentication.** /metrics endpoint could be protected with bas= ic authentication and TLS; * **Collecting metrics from multiple services.** pgSCV can collect metrics = from many databases instances; * **User-defined metrics.** pgSCV could be configured in a way to collect m= etrics defined by user; * **Collectors management.** Collectors could be disabled if necessary; * **Collectors filters.** Collectors could be adjusted to skip collecting m= etrics based on labels values, like block devices, network interfaces, file= systems, users, databases, etc; * **Support running in many different environment:** bare metal server, VPS= and using docker, k8s, helm chart; * **Grafana dashboards** is ready to use; 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) --===============9148178798799223952== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable pgSCV 0.9.4 released.
 

pgSCV 0.9.4 released.

pgSCV is a Prometheus-comp= atible monitoring agent and metrics exporter for PostgreSQL environment. Th= e goal of the project is to provide a single tool (exporter) for collecting= metrics from PostgreSQL and related services.

Features:

  • Support= ed services: support collecting metrics of PostgreSQL, Pgbouncer a= nd Patroni;
  • OS metr= ics: support collecting metrics of operating system (Linux);
  • TLS and= authentication. /metrics endpoint could be protected with basic a= uthentication and TLS;
  • Collect= ing metrics from multiple services. pgSCV can collect metrics from= many databases instances;
  • User-de= fined metrics. pgSCV could be configured in a way to collect metri= cs defined by user;
  • Collect= ors management. Collectors could be disabled if necessary;
  • Collect= ors filters. Collectors could be adjusted to skip collecting metri= cs based on labels values, like block devices, network interfaces, filesyst= ems, users, databases, etc;
  • Support= running in many different environment: bare metal server, VPS and= using docker, k8s, helm chart;
  • Grafana= dashboards is ready to use;

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/.
 
--===============9148178798799223952==-- --===============0238748268701482480==--