Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
postgresql-metrics (0.3.3) unstable; urgency=low

* Support cascade replication in get_stats_replication_delays

-- Richard Mahlberg <richard@spotify.com> Fri, 9 Jul 2021 06:25:00 +0000

postgresql-metrics (0.3.2) unstable; urgency=low

* Add metrics for seeing how close the postgres instance is to
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def requirements(f):


setup(name='postgresql-metrics',
version='0.3.2',
version='0.3.3',
author=u'Hannu Varjoranta',
author_email='hannu.varjoranta@spotify.com',
url='https://github.com/spotify/postgresql-metrics',
Expand Down