Date: Wed, 7 Oct 2020 10:38:47 +0000 (UTC) From: Palle Girgensohn <girgen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551627 - head/databases/pgmetrics Message-ID: <202010071038.097AclD5088297@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: girgen Date: Wed Oct 7 10:38:46 2020 New Revision: 551627 URL: https://svnweb.freebsd.org/changeset/ports/551627 Log: Update to version 1.10 Support for Postgres 13 Collect information from Citus and Microsoft Azure Hyperscale Citus (more info here [1]) Support for CSV-format logs Support for processing multiple log files in one run Option to collect from all available databases of a cluster Option to specify lock timeout Various bug fixes [1] https://pgmetrics.io/docs/citus.html [2] https://github.com/rapidloop/pgmetrics/releases [3] https://pgmetrics.io/docs/index.html#example [4] https://www.rapidloop.com Modified: head/databases/pgmetrics/Makefile head/databases/pgmetrics/distinfo Modified: head/databases/pgmetrics/Makefile ============================================================================== --- head/databases/pgmetrics/Makefile Wed Oct 7 10:33:28 2020 (r551626) +++ head/databases/pgmetrics/Makefile Wed Oct 7 10:38:46 2020 (r551627) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pgmetrics -PORTVERSION= 1.9.2 +PORTVERSION= 1.10.0 DISTVERSIONPREFIX=v CATEGORIES= databases Modified: head/databases/pgmetrics/distinfo ============================================================================== --- head/databases/pgmetrics/distinfo Wed Oct 7 10:33:28 2020 (r551626) +++ head/databases/pgmetrics/distinfo Wed Oct 7 10:38:46 2020 (r551627) @@ -1,6 +1,6 @@ -TIMESTAMP = 1593071229 -SHA256 (rapidloop-pgmetrics-v1.9.2_GH0.tar.gz) = ad7ce0d4be604f48b53a30cbaea6309ab23febb712e2e021a119bab1f4f7c36a -SIZE (rapidloop-pgmetrics-v1.9.2_GH0.tar.gz) = 53249 +TIMESTAMP = 1602066883 +SHA256 (rapidloop-pgmetrics-v1.10.0_GH0.tar.gz) = 4f14d49d836b3aed1bfa74447f212c1ff1d74e03d5e3f5de29a783098e038f3a +SIZE (rapidloop-pgmetrics-v1.10.0_GH0.tar.gz) = 56544 SHA256 (aws-aws-sdk-go-v1.29.29_GH0.tar.gz) = f0818823a2402900216295cc95e64ff8042d698e031cc2a660528866d0fc15ec SIZE (aws-aws-sdk-go-v1.29.29_GH0.tar.gz) = 14308891 SHA256 (dustin-go-humanize-bb3d318650d4_GH0.tar.gz) = 2528a929daba61ff84ee81b397321b022b2f1cc134068f0afac5edaeb4894894
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010071038.097AclD5088297>