diff --git a/doc/src/sgml/monitoring.sgml b/doc/src/sgml/monitoring.sgml
index 886e626be8..370cdc2e1a 100644
--- a/doc/src/sgml/monitoring.sgml
+++ b/doc/src/sgml/monitoring.sgml
@@ -2708,10 +2708,10 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
stream_bytesbigint
- Amount of decoded in-progress transaction data streamed to the decoding
- output plugin while decoding changes from WAL for this slot. This and other
- streaming counters for this slot can be used to gauge the network I/O which
- occurred during logical decoding and allow tuning logical_decoding_work_mem.
+ Amount of transaction data decoded for streaming in-progress
+ transactions to the decoding output plugin while decoding changes from
+ WAL for this slot. This and other streaming counters for this slot can
+ be used to tune logical_decoding_work_mem.
@@ -2733,10 +2733,9 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
total_bytesbigint
- Amount of decoded transaction data sent to the decoding output plugin
- while decoding the changes from WAL for this slot. This can be used to
- gauge the total amount of data sent during logical decoding. Note that
- this includes data that is streamed and/or spilled.
+ Amount of transaction data decoded for sending transactions to the
+ decoding output plugin while decoding changes from WAL for this slot.
+ Note that this includes data that is streamed and/or spilled.