Skip to content

Commit

Permalink
Update streams docs with alive stream threads (#17868)
Browse files Browse the repository at this point in the history
Add alive-stream-threads to Kafka Streams client metrics table
Reviewers: Matthias Sax <[email protected]>
  • Loading branch information
bbejeck authored Nov 21, 2024
1 parent 6c59e65 commit f5781d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/ops.html
Original file line number Diff line number Diff line change
Expand Up @@ -2864,6 +2864,11 @@ <h5 class="anchor-heading"><a id="kafka_streams_client_monitoring" class="anchor
<td>The state of the Kafka Streams client.</td>
<td>kafka.streams:type=stream-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>alive-stream-threads</td>
<td>The current number of alive stream threads that are running or participating in rebalance.</td>
<td>kafka.streams:type=stream-metrics,client-id=([-.\w]+)</td>
</tr>
<tr>
<td>failed-stream-threads</td>
<td>The number of failed stream threads since the start of the Kafka Streams client.</td>
Expand Down

0 comments on commit f5781d5

Please sign in to comment.