Skip to content

Commit 0850ec2

Browse files
committed
doc: updated Autovacuum Count metric description
1 parent 58ed97c commit 0850ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,7 @@ Default config:
17531753
</tr>
17541754
</table>
17551755

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.
17571757

17581758
## Background Writer
17591759

0 commit comments

Comments
 (0)