Skip to content

Releases: rapidloop/pgmetrics

Release 1.9.2

25 Jun 06:31
Compare
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
Compare
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
Compare
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

Release 1.8.1

05 Feb 09:14
Compare
Choose a tag to compare

Changelog

b668560 Fix for empty current LSN when querying AWS RDS Aurora
a025ab7 Add proper build flags for go, update goreleaser config
a4e7484 Call pg_current_logfile only if on v10+
85a9e8f Call pg_current_logfile only if needed.

Built with Go 1.13.7

Release 1.8.0

06 Jan 05:02
Compare
Choose a tag to compare

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

Release 1.7.1

05 Oct 06:40
Compare
Choose a tag to compare

Changelog

2a7fdf6 Update to go 1.13
64847ea Collect the highest wal sequence number.
be76de3 handle case when pg_locks.pid is null for prepared transactions, fixes #26

Built with go 1.13.1

Release 1.7.0

27 May 05:07
Compare
Choose a tag to compare

Changelog

a8e4062 Optimize pg_stat_statements collection

Built with go 1.12.5

Release 1.6.3

03 May 08:33
Compare
Choose a tag to compare

Changelog

ec0d629 Build docker images with Go 1.12.x
220f954 Fix incorrect bloat values

Built with go 1.12.4

Release 1.6.2

28 Mar 05:25
Compare
Choose a tag to compare

Changelog

7cad22e [travis] Use go 1.12
38540c7 Improve blocked query output
a10b0ca Support pg_stat_statements v1.2
0802b29 Handle null LSNs and times for disabled subscriptions

Built with go 1.12.1

Release 1.6.1

09 Mar 12:14
Compare
Choose a tag to compare

Changelog

3b00f33 Bug fix: avoid password prompt when env var PGPASSWORD is specified
c6a1d3c Include PID in replication_outgoing entries
4dc3102 Support for collecting and reporting PgBouncer metrics

Built with Go v1.12.