diff --git a/docs/ops.html b/docs/ops.html
index 92f676155570e..9f49b5c1b2165 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -2537,11 +2537,26 @@
<
| The total amount of buffer memory that is not being used (either unallocated or in the free list). |
kafka.producer:type=producer-metrics,client-id=([-.\w]+) |
+
+ | buffer-exhausted-rate |
+ The average per-second number of record sends that are dropped due to buffer exhaustion |
+ kafka.producer:type=producer-metrics,client-id=([-.\w]+) |
+
+
+ | buffer-exhausted-total |
+ The total number of record sends that are dropped due to buffer exhaustion |
+ kafka.producer:type=producer-metrics,client-id=([-.\w]+) |
+
| bufferpool-wait-time |
The fraction of time an appender waits for space allocation. |
kafka.producer:type=producer-metrics,client-id=([-.\w]+) |
+
+ | bufferpool-wait-ratio |
+ The fraction of time an appender waits for space allocation. |
+ kafka.producer:type=producer-metrics,client-id=([-.\w]+) |
+
| bufferpool-wait-time-total |
*Deprecated* The total time an appender waits for space allocation in nanoseconds. Replacement is bufferpool-wait-time-ns-total |
@@ -2582,7 +2597,11 @@ <
| The total time the Producer spent aborting transactions in nanoseconds (for EOS). |
kafka.producer:type=producer-metrics,client-id=([-.\w]+) |
-
+
+ | metadata-wait-time-ns-total |
+ the total time in nanoseconds that has spent waiting for metadata from the Kafka broker |
+ kafka.producer:type=producer-metrics,client-id=([-.\w]+) |
+