mirror of https://github.com/apache/kafka.git
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:
parent
6c59e657c0
commit
f5781d59dd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue