pg_datasentinel 1.0 released - Mailing list pgsql-announce

From Datasentinel via PostgreSQL Announce
Subject pg_datasentinel 1.0 released
Date
Msg-id 177584135480.403057.411416451069088089@wrigleys.postgresql.org
Whole thread
List pgsql-announce
 

pg_datasentinel 1.0 released

pg_datasentinel - Observability extension for PostgreSQL

We are pleased to announce the first release of pg_datasentinel.

Features

  • Extended activity monitoring — enriches pg_stat_activity with per-backend memory usage, live temporary file bytes, and (PostgreSQL 18+) the current execution plan ID per backend.
  • Container resource visibility — reports CPU quota, memory limits, current memory usage, and CPU pressure for PostgreSQL running inside Docker, Kubernetes, OpenShift, or any cgroup-managed environment.
  • Wraparound risk estimation — tracks XID and MXID consumption rates and provides live ETAs to the aggressive-vacuum and wraparound limits.
  • Log capture into queryable views — records vacuum, analyze, temporary file, and checkpoint events into shared-memory ring buffers with parsed counters and timings available for real-time querying.

Requirements

  • PostgreSQL 15 or newer.

About pg_datasentinel

  • pg_datasentinel is an open source PostgreSQL extension under the 3-Clause BSD license that adds deep observability capabilities.

 

The extension is developed and maintained by Christophe REVEILLERE at DATASENTINEL.
If you need more information, please contact us.

 

pgsql-announce by date:

Previous
From: Devart via PostgreSQL Announce
Date:
Subject: dotConnect for PostgreSQL 9.1: New Release
Next
From: vitabaks via PostgreSQL Announce
Date:
Subject: Autobase 2.7.0 released