File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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+
112postgresql-metrics (0.3.1) unstable; urgency=low
213
314 * Make `sec-since-oldest-xact-start` metric database-specific
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def requirements(f):
2222
2323
2424setup (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' ,
You can’t perform that action at this time.
0 commit comments