diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 02b89b01e38..4265a22d4de 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -4066,7 +4066,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
total_vacuum_time double precision
- Total time this table has been manually vacuumed, in milliseconds
+ Total time this table has been manually vacuumed, in milliseconds.
+ (This includes the time spent sleeping due to cost-based delays.)
@@ -4076,7 +4077,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
Total time this table has been vacuumed by the autovacuum daemon,
- in milliseconds
+ in milliseconds. (This includes the time spent sleeping due to
+ cost-based delays.)
@@ -4085,7 +4087,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
total_analyze_time double precision
- Total time this table has been manually analyzed, in milliseconds
+ Total time this table has been manually analyzed, in milliseconds.
+ (This includes the time spent sleeping due to cost-based delays.)
@@ -4095,7 +4098,8 @@ description | Waiting for a newly initialized WAL file to reach durable storage
Total time this table has been analyzed by the autovacuum daemon,
- in milliseconds
+ in milliseconds. (This includes the time spent sleeping due to
+ cost-based delays.)