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
+
1
12
postgresql-metrics (0.3.1) unstable; urgency=low
2
13
3
14
* 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):
22
22
23
23
24
24
setup (name = 'postgresql-metrics' ,
25
- version = '0.3.1 ' ,
25
+ version = '0.3.2 ' ,
26
26
author = u'Hannu Varjoranta' ,
27
27
author_email = 'hannu.varjoranta@spotify.com' ,
28
28
url = 'https://github.com/spotify/postgresql-metrics' ,
You can’t perform that action at this time.
0 commit comments