2022
Datasentinel releases from 2022.
V2022.11
Alerting
AlertingAlerting is a new feature in this version, enabling seamless monitoring of your PostgreSQL clusters and providing instant notifications for any detected issues.
Refer the Alerting documentation on how to configure and manage alerts. You also have the capability to generate custom alerts using the Alerting API.

WAL activity
A new dashboard displaying the WAL and Archiving activity for an instance has been added. Real-time illustration ▶️

Replication
The number of physical replications is now displayed as a badge in the instance statistics dashboard.
PostgreSQL 15
Support for PostgreSQL 15
Fixes
Minor bugs fixed
V2022.06
Top Queries
A flag per execution option has been introduced in the Top Queries module, enabling you to calculate metrics on a per-execution basis. For instance, you can display queries that incur the highest disk reads for each execution.
Fixes
Retrieval of query execution statistics improved
V2022.05
Session History
The session workload module has been renamed to Session History for clarity
Cascading Replication
Datasentinel now makes it possible to monitor all the clusters (primary, replicas) of a cascading PostgreSQL replication.
V2022.04
System Metrics
In addition to the existing PostgreSQL metrics, the 3 small graphs on the Session History, Top Queries, Top Tables dashboards now have the capability to display certain system metrics.
Available metrics:
Server: busy time
Server: load
Server: server reads
Server: server writes
Server: read time
Server: write time
Server: swap
Server: swap activity
Server: memory
Server: network bytes
Server: network packets

Execution Plans
The number of distinct execution plans is now displayed as a badge allowing you to quickly see if multiple plans exist for a query (requires pg_store_plans extension)

Fixes
Better fluidity of navigation on the graphical interface
V2022.02
Reporting
ReportingCustomize and generate a report in a few clicks.
Can include one or multiple instances.
Ability to filter the report on a particular database.
Schedule your daily or weekly reports at the chosen date and time with sending to a mailing list.
Reports can be generated in an automation flow thanks to the Reporting API.
Multiple types of predefined reports.