pgnodemx: host metric collection for containers

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: pgnodemx: host metric collection for containers
Date: 2020-09-08 17:16:25
Message-ID: 926d2c2b-dc5b-3871-7bae-b16ce99b009f@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Crunchy Data is pleased to announce the initial release of pgnodemx, available
open source under an Apache 2.0 license. You can view the project details below:

https://github.com/CrunchyData/pgnodemx

pgnodemx provides a set of functions facilitating the collection of host-node
level operational metrics. In particular, pgnodemx has support for capturing
metrics related to cgroups (one of the Linux kernel facilities underlying the
various Container technologies) and the Kubernetes Downward API.

It also allows capture of certain critical host information from the Linux
kernel via virtual files and kernel syscalls.

Through simple SQL queries, you can pull out information about the underlying
system that your PostgreSQL instance is running on. It was developed primarily
in order to efficiently capture metrics for the purposes of monitoring and
alerting in modern DevOps environments.

Features include:

- Functions that extract information from cgroups
available on the system PostgreSQL is running on
- Functions that can detail meta information about the
file system available to PostgreSQL
- Integration with the Kubernetes Downward API
- Support for cgroups v1 and v2 and traditional UNIX
environments

Links:

- Project Repo:
https://github.com/CrunchyData/pgnodemx/

- Documentation:
https://github.com/CrunchyData/pgnodemx/blob/master/README.md

Crunchy Data is proud to support the development and maintenance of pgnodemx.

Joe Conway
--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development

Browse pgsql-announce by date

  From Date Subject
Next Message PostgreSQL Global Development Group 2020-09-10 13:54:56 New subscription options to pgsql-announce
Previous Message Daniele Varrazzo 2020-09-07 00:13:35 Psycopg 2.8.6 released