Update streams docs with alive stream threads (#17868)

Add alive-stream-threads to Kafka Streams client metrics table
Reviewers: Matthias Sax <mjsax@apache.org>
This commit is contained in:
Bill Bejeck 2024-11-21 11:15:14 -05:00 committed by GitHub
parent 6c59e657c0
commit f5781d59dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -2864,6 +2864,11 @@ All of the following metrics have a recording level of <code>info</code>:
<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>