Skip to content

Commit

Permalink
MINOR: add docs table entries for new metrics (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsax committed Dec 14, 2022
1 parent ae58e25 commit e53f697
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
40 changes: 40 additions & 0 deletions 31/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,36 @@ <h4 class="anchor-heading"><a id="producer_monitoring" class="anchor-link"></a><
<td>The total time an appender waits for space allocation in nanoseconds.</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>flush-time-ns-total</td>
<td>The total time the Producer spent in Producer.flush in nanoseconds.</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-init-time-ns-total</td>
<td>The total time the Producer spent initializing transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-begin-time-ns-total</td>
<td>The total time the Producer spent in beginTransaction in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-send-offsets-time-ns-total</td>
<td>The total time the Producer spent sending offsets to transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-commit-time-ns-total</td>
<td>The total time the Producer spent committing transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-abort-time-ns-total</td>
<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>

</tbody></table>

Expand Down Expand Up @@ -2484,6 +2514,16 @@ <h5 class="anchor-heading"><a id="kafka_streams_thread_monitoring" class="anchor
<td>The total number of tasks closed.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
<tr>
<td>blocked-time-ns-total</td>
<td>The total time the thread spent blocked on kafka.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
<tr>
<td>thread-start-time</td>
<td>The time that the thread was started.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
</tbody>
</table>

Expand Down
40 changes: 40 additions & 0 deletions 32/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,36 @@ <h4 class="anchor-heading"><a id="producer_monitoring" class="anchor-link"></a><
<td>The total time an appender waits for space allocation in nanoseconds.</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>flush-time-ns-total</td>
<td>The total time the Producer spent in Producer.flush in nanoseconds.</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-init-time-ns-total</td>
<td>The total time the Producer spent initializing transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-begin-time-ns-total</td>
<td>The total time the Producer spent in beginTransaction in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-send-offsets-time-ns-total</td>
<td>The total time the Producer spent sending offsets to transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-commit-time-ns-total</td>
<td>The total time the Producer spent committing transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-abort-time-ns-total</td>
<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>

</tbody></table>

Expand Down Expand Up @@ -2499,6 +2529,16 @@ <h5 class="anchor-heading"><a id="kafka_streams_thread_monitoring" class="anchor
<td>The total number of tasks closed.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
<tr>
<td>blocked-time-ns-total</td>
<td>The total time the thread spent blocked on kafka.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
<tr>
<td>thread-start-time</td>
<td>The time that the thread was started.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
</tbody>
</table>

Expand Down
40 changes: 40 additions & 0 deletions 33/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -2333,6 +2333,36 @@ <h4 class="anchor-heading"><a id="producer_monitoring" class="anchor-link"></a><
<td>The total time an appender waits for space allocation in nanoseconds.</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>flush-time-ns-total</td>
<td>The total time the Producer spent in Producer.flush in nanoseconds.</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-init-time-ns-total</td>
<td>The total time the Producer spent initializing transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-begin-time-ns-total</td>
<td>The total time the Producer spent in beginTransaction in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-send-offsets-time-ns-total</td>
<td>The total time the Producer spent sending offsets to transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-commit-time-ns-total</td>
<td>The total time the Producer spent committing transactions in nanoseconds (for EOS).</td>
<td>kafka.producer:type=producer-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>txn-abort-time-ns-total</td>
<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>

</tbody></table>

Expand Down Expand Up @@ -2720,6 +2750,16 @@ <h5 class="anchor-heading"><a id="kafka_streams_thread_monitoring" class="anchor
<td>The total number of tasks closed.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
<tr>
<td>blocked-time-ns-total</td>
<td>The total time the thread spent blocked on kafka.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
<tr>
<td>thread-start-time</td>
<td>The time that the thread was started.</td>
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+)</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit e53f697

Please sign in to comment.