File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
github-actions-tests/sources Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,11 @@ interval = 15
8484[bgwriter]
8585interval = 15
8686
87+ # Besides standard autovacuum workers count, mamonsu also counts autovacuum utilization.
88+ # But this metric is instantaneous, so recommended to run this plugin frequently
89+ # to get a complete picture of autovacuum utilization.
8790[autovacuum]
88- interval = 60
91+ interval = 30
8992
9093[connections]
9194percent_connections_tr = 90
Original file line number Diff line number Diff line change @@ -85,8 +85,11 @@ interval = 60
8585max_count_files = 2
8686interval = 60
8787
88+ # Besides standard autovacuum workers count, mamonsu also counts autovacuum utilization.
89+ # But this metric is instantaneous, so recommended to run this plugin frequently
90+ # to get a complete picture of autovacuum utilization.
8891[autovacuum]
89- interval = 60
92+ interval = 30
9093
9194[bgwriter]
9295interval = 60
Original file line number Diff line number Diff line change @@ -85,8 +85,11 @@ interval = 60
8585max_count_files = 2
8686interval = 60
8787
88+ # Besides standard autovacuum workers count, mamonsu also counts autovacuum utilization.
89+ # But this metric is instantaneous, so recommended to run this plugin frequently
90+ # to get a complete picture of autovacuum utilization.
8891[autovacuum]
89- interval = 60
92+ interval = 30
9093
9194[bgwriter]
9295interval = 60
You can’t perform that action at this time.
0 commit comments