Version 1.10
01.03.2021
New features and improvements
- New Charts module
Added a new Charts module that allows you to view metrics as graphs, with the ability to combine them. All graphs are grouped into 3 types:
System;
Postgres;
Platforms.
- In addition, 4 preset combinations of charts (Predefined presets) have been created:
Perfomance;
Locks;
Size;
All.
Additionally, you can create your own Preset, which will be saved and displayed for each user separately.
- Dashboard
Added datetime picker to popup screens (popups) with charts.
- Alerts
Changed the logic of counting alerts. Now the number of alerts in the «bell» symbol is calculated based on which nested object the user is in: workspace, instance or overview of the whole system;
- New triggers have been added:
WAL generation ratio based on max_wal_size value;
WAL files archive ready ratio;
Checkpoints ratio;
Percent towards wraparound;
Percent towards emergency autovacuum;
Autovacuum runnnig worckers ratio based on autovacuum_max_workers;
Deadlocks per second(per DB);
Conflicts per second(per DB);
PostgreSQL configuration settings have been changed.
- SQL Profiler
Added the ability to view the query plan in flamechart format. This functionality is in Beta status;
Added datetime picker;
The logic of forming colors of histograms of query plans has been changed.