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
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.
90
+ [autovacuum]
91
+ interval = 30
92
+
87
93
[connections]
88
94
percent_connections_tr = 90
89
95
interval = 15
Original file line number Diff line number Diff line change @@ -85,6 +85,12 @@ 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.
91
+ [autovacuum]
92
+ interval = 30
93
+
88
94
[bgwriter]
89
95
interval = 60
90
96
Original file line number Diff line number Diff line change @@ -85,6 +85,12 @@ 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.
91
+ [autovacuum]
92
+ interval = 30
93
+
88
94
[bgwriter]
89
95
interval = 60
90
96
You can’t perform that action at this time.
0 commit comments