Skip to content

Commit c1d1461

Browse files
committed
feature: changed default autovacuum plugin interval value and added a comment about this parameter
(cherry picked from commit f946167)
1 parent eae9d3c commit c1d1461

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

github-actions-tests/sources/agent_3.5.1.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ interval = 15
8484
[bgwriter]
8585
interval = 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]
8894
percent_connections_tr = 90
8995
interval = 15

packaging/conf/example_linux.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ interval = 60
8585
max_count_files = 2
8686
interval = 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]
8995
interval = 60
9096

packaging/conf/example_win.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ interval = 60
8585
max_count_files = 2
8686
interval = 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]
8995
interval = 60
9096

0 commit comments

Comments
 (0)