Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: add docs table entries for new metrics #466

Merged
merged 1 commit into from
Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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