Skip to content

Commit da0c678

Browse files
authored
Merge pull request #27 from andreasscherman/release-0.3.2
Release version 0.3.2
2 parents 3c5397a + d04a825 commit da0c678

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
postgresql-metrics (0.3.2) unstable; urgency=low
2+
3+
* Add metrics for seeing how close the postgres instance is to
4+
xid, mxid and member mxid exhaustion.
5+
- get_xid_remaining_ratio
6+
- get_multixact_remaining_ratio
7+
- get_multixact_members_remaining_ratio
8+
- get_multixact_members_per_mxid
9+
10+
-- Andreas Scherman <scherman@spotify.com> Thu, 11 Mar 2021 11:00:00 +0000
11+
112
postgresql-metrics (0.3.1) unstable; urgency=low
213

314
* Make `sec-since-oldest-xact-start` metric database-specific

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def requirements(f):
2222

2323

2424
setup(name='postgresql-metrics',
25-
version='0.3.1',
25+
version='0.3.2',
2626
author=u'Hannu Varjoranta',
2727
author_email='hannu.varjoranta@spotify.com',
2828
url='https://github.com/spotify/postgresql-metrics',

0 commit comments

Comments
 (0)