You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/metrics.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1753,7 +1753,7 @@ Default config:
1753
1753
</tr>
1754
1754
</table>
1755
1755
1756
-
*Autovacuum Workers*calculates as summa of avtovacuum queries with not idle state.
1756
+
*Autovacuum Workers*evaluates as count of `pg_stat_activity.backend_type = 'autovacuum worker'` for PG 10+ and as summa of avtovacuum queries with not idle state for PG 9.6 and lower.
0 commit comments