File tree 3 files changed +12
-3
lines changed
github-actions-tests/sources
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,11 @@ interval = 15
84
84
[bgwriter]
85
85
interval = 15
86
86
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.
87
90
[autovacuum]
88
- interval = 60
91
+ interval = 30
89
92
90
93
[connections]
91
94
percent_connections_tr = 90
Original file line number Diff line number Diff line change @@ -85,8 +85,11 @@ interval = 60
85
85
max_count_files = 2
86
86
interval = 60
87
87
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.
88
91
[autovacuum]
89
- interval = 60
92
+ interval = 30
90
93
91
94
[bgwriter]
92
95
interval = 60
Original file line number Diff line number Diff line change @@ -85,8 +85,11 @@ interval = 60
85
85
max_count_files = 2
86
86
interval = 60
87
87
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.
88
91
[autovacuum]
89
- interval = 60
92
+ interval = 30
90
93
91
94
[bgwriter]
92
95
interval = 60
You can’t perform that action at this time.
0 commit comments