File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
github-actions-tests/sources Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,12 @@ 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.
90+ [autovacuum]
91+ interval = 30
92+
8793[connections]
8894percent_connections_tr = 90
8995interval = 15
Original file line number Diff line number Diff line change @@ -85,6 +85,12 @@ 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.
91+ [autovacuum]
92+ interval = 30
93+
8894[bgwriter]
8995interval = 60
9096
Original file line number Diff line number Diff line change @@ -85,6 +85,12 @@ 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.
91+ [autovacuum]
92+ interval = 30
93+
8894[bgwriter]
8995interval = 60
9096
You can’t perform that action at this time.
0 commit comments