File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
etc/postgresql-metrics/default Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ postgresql-metrics (0.3.3) unstable; urgency=low
2
+
3
+ * Support cascade replication in get_stats_replication_delays
4
+
5
+ -- Richard Mahlberg <richard@spotify.com> Fri, 9 Jul 2021 06:25:00 +0000
6
+
1
7
postgresql-metrics (0.3.2) unstable; urgency=low
2
8
3
9
* Add metrics for seeing how close the postgres instance is to
Original file line number Diff line number Diff line change 1
- ---
1
+ get_stats_replication_delays ---
2
2
# Postgres database cluster to connect for gathering metrics
3
3
postgres :
4
4
host : " 127.0.0.1"
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.2 ' ,
25
+ version = '0.3.3 ' ,
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