diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 9ca74348c7..eabc4f5d17 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -2978,7 +2978,10 @@ description | Waiting for a newly initialized WAL file to reach durable storage
num_timed bigint
- Number of scheduled checkpoints that have been performed
+ Number of scheduled checkpoints due to timeout.
+ Note that checkpoints may be skipped if the server has been idle
+ since the last one, and this value counts both completed and
+ skipped checkpoints