Releases: rapidloop/pgmetrics
Release 1.10.4
Release 1.10.3
Changelog
17be4a7 Collect index definition on a best effort basis.
37eb50a Ignore non-WAL files in WAL dir, for pg11+
44fb6c6 Allow for CloudWatch metrics with 5-minute granularity
90ea794 Improve parameters for CloudWatch/GetMetricData.
82f993d Merge pull request #37 from ViBiOh/patch-1
1ed5cde Adding arm and arm64 release binary
Built with: go version go1.15.5 linux/amd64
Release 1.10.2
Release 1.10.1
Changelog
ad2d127 Add extra columns from pg_stat_statements in pg13.
Built with: go version go1.15.2 linux/amd64
Release 1.10.0
Release 1.9.3
Release 1.9.3-rc.1
This is a release candidate build -- use only for testing.
Changelog
65f5b17 Support reading of CSV logs.
145c4c5 Add command-line option for lock timeout.
fb12947 Fix for bug when reading small log files.
44973f6 Ignore subdirectories under --log-dir
5d8e561 Improve log message.
Built with: go version go1.14.6 linux/amd64
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