Skip to content

Commit

Permalink
Merge pull request #27 from andreasscherman/release-0.3.2
Browse files Browse the repository at this point in the history
Release version 0.3.2
  • Loading branch information
dflemstr committed Mar 11, 2021
2 parents 3c5397a + d04a825 commit da0c678
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions 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 <scherman@spotify.com> 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit da0c678

Please sign in to comment.