diff --git a/docs/ops.html b/docs/ops.html
index 49c1674c589..6ffe97653e6 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -764,10 +764,15 @@
|
- | Byte in rate |
+ Byte in rate from clients |
kafka.server:type=BrokerTopicMetrics,name=BytesInPerSec |
|
+
+ | Byte in rate from other brokers |
+ kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec |
+ |
+
| Request rate |
kafka.network:type=RequestMetrics,name=RequestsPerSec,request={Produce|FetchConsumer|FetchFollower} |
@@ -800,10 +805,15 @@
Number of records which required message format conversion. |
- | Byte out rate |
+ Byte out rate to clients |
kafka.server:type=BrokerTopicMetrics,name=BytesOutPerSec |
|
+
+ | Byte out rate to other brokers |
+ kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec |
+ |
+
| Log flush rate and time |
kafka.log:type=LogFlushStats,name=LogFlushRateAndTimeMs |