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',