From d04a82544baf5a0b8461242fa2e0f64733aad800 Mon Sep 17 00:00:00 2001 From: Andreas Scherman Date: Thu, 11 Mar 2021 11:47:19 +0100 Subject: [PATCH] Release version 0.3.2 --- debian/changelog | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0fa09c5..4bbe010 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +postgresql-metrics (0.3.2) unstable; urgency=low + + * Add metrics for seeing how close the postgres instance is to + xid, mxid and member mxid exhaustion. + - get_xid_remaining_ratio + - get_multixact_remaining_ratio + - get_multixact_members_remaining_ratio + - get_multixact_members_per_mxid + + -- Andreas Scherman Thu, 11 Mar 2021 11:00:00 +0000 + postgresql-metrics (0.3.1) unstable; urgency=low * Make `sec-since-oldest-xact-start` metric database-specific diff --git a/setup.py b/setup.py index acd8326..ed45e38 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def requirements(f): setup(name='postgresql-metrics', - version='0.3.1', + version='0.3.2', author=u'Hannu Varjoranta', author_email='hannu.varjoranta@spotify.com', url='https://github.com/spotify/postgresql-metrics',