Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion docs/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -2537,11 +2537,26 @@ <h4 class="anchor-heading"><a id="producer_monitoring" class="anchor-link"></a><
<td>The total amount of buffer memory that is not being used (either unallocated or in the free list).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>buffer-exhausted-rate</td>
<td>The average per-second number of record sends that are dropped due to buffer exhaustion</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>buffer-exhausted-total</td>
<td>The total number of record sends that are dropped due to buffer exhaustion</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>bufferpool-wait-time</td>
<td>The fraction of time an appender waits for space allocation.</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>bufferpool-wait-ratio</td>
<td>The fraction of time an appender waits for space allocation.</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>bufferpool-wait-time-total</td>
<td><b>*Deprecated*</b> The total time an appender waits for space allocation in nanoseconds. Replacement is <code>bufferpool-wait-time-ns-total</code></td>
Expand Down Expand Up @@ -2582,7 +2597,11 @@ <h4 class="anchor-heading"><a id="producer_monitoring" class="anchor-link"></a><
<td>The total time the Producer spent aborting transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>

<tr>
<td>metadata-wait-time-ns-total</td>
<td>the total time in nanoseconds that has spent waiting for metadata from the Kafka broker</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
</tbody></table>

<h5 class="anchor-heading"><a id="producer_sender_monitoring" class="anchor-link"></a><a href="#producer_sender_monitoring">Producer Sender Metrics</a></h5>
Expand Down