Skip to content

Releases: rapidloop/pgmetrics

Release 1.10.4

08 Jan 04:21

Choose a tag to compare

Changelog

6458987 Update copyright year.
bfcf162 Collect latest available datapoint from CloudWatch

Built with: go version go1.15.6 linux/amd64

Release 1.10.3

04 Dec 07:21

Choose a tag to compare

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

12 Oct 06:50

Choose a tag to compare

Changelog

f6a899f Fix schema version.

Built with: go version go1.15.2 linux/amd64

Release 1.10.1

12 Oct 04:27

Choose a tag to compare

Changelog

ad2d127 Add extra columns from pg_stat_statements in pg13.

Built with: go version go1.15.2 linux/amd64

Release 1.10.0

06 Oct 07:06

Choose a tag to compare

Changelog

1410e62 [docker] update to Go 1.15
3bf51de [travis] update to Go 1.15
513dcc0 Fix max_wal_size shown in text report.
5013c90 Postgres 13 support
e197270 Collect metrics from Citus extension if present.

Built with: go version go1.15.2 linux/amd64

Release 1.9.3

31 Jul 04:36

Choose a tag to compare

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

No changes since v1.9.3-rc.1.

Release 1.9.3-rc.1

28 Jul 05:40

Choose a tag to compare

Release 1.9.3-rc.1 Pre-release
Pre-release

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

25 Jun 06:31

Choose a tag to compare

Changelog

7685429 Allow nulls for backend_type in pg_stat_activity.

Built with: go version go1.14.4 linux/amd64

Release 1.9.1

04 Jun 04:19

Choose a tag to compare

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

13 Apr 05:20

Choose a tag to compare

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