Releases: rapidloop/pgmetrics
Release 1.9.2
Changelog
7685429 Allow nulls for backend_type in pg_stat_activity.
Built with: go version go1.14.4 linux/amd64
Release 1.9.1
Changelog
4e7a800 Update command-line help text.
2a5de7b Option --log-dir now reads all files in the directory.
3257a54 Add --all-dbs option to collect from all user dbs without having to list them out.
7e6d306 Add --log-dir option, improve logic to guess log file.
Built with: go version go1.14.4 linux/amd64
Release 1.9.0
Changelog
8919cb6 Update Docker and travis to Go 1.14
bd8d798 Collect slab memory usage also in Linux.
b6c1153 Collect backend types and their counts.
b8f49ed Collect index definition also.
8eae7f3 Add option to call SET ROLE first.
8b2d94e Improve help text.
0ab5237 Improve AWS Aurora support.
7f3ddaa Add a user agent string in metadata.
7808cdf Fix lint warning.
4d74213 Query PSS only if extension is installed.
e05e2b9 Use pg_ls_waldir and pg_ls_archive_statusdir where possible, and do not use pg_ls_dir on AWS.
09811f3 Don't call pg_last_committed_xact() if 'track_commit_timestamp' is not enabled.
494582a Collect metrics from AWS RDS databases via CloudWatch
c66edb8 Handle NULL for pg_stat_statements.query, fixes #29
Built with: go version go1.14.2 linux/amd64
Release 1.8.1
Release 1.8.0
Changelog
4ffe476 Code cleanup.
4515459 Collect deadlock information from log files.
5aec12a Read related log lines together.
ba416b3 Collect autovacuum information from log files.
d2b7cbd Write the password prompt to stderr rather than stdout
f745182 Exclude temporary tables and indexes on them.
3e49f2b Collect and report ACL for tables.
18b2a01 Fix lint warnings.
fc50f35 Collect information from log files.
f0c17bf Update dependency versions, fixes #28
Built with go 1.13.3