mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 05:56:21 +00:00
Issue - (#2): Extended pg_stat_statement to provide new features.
Support for database/user/client based aggregates added to access these statistics with three new views added. Some new counters added including min/max/mean's time histograms. We are saving the parameters of the slow queries, which can be tested later. Did some refactoring of the code, by renaming the whole extension from pg_stat_statement to pg_stat_monitor.
This commit is contained in:
5
pg_stat_monitor.control
Normal file
5
pg_stat_monitor.control
Normal file
@@ -0,0 +1,5 @@
|
||||
# pg_stat_monitor extension
|
||||
comment = 'track execution statistics of all SQL statements executed'
|
||||
default_version = '1.0'
|
||||
module_pathname = '$libdir/pg_stat_monitor'
|
||||
relocatable = true
|
||||
Reference in New Issue
Block a user