This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f5781d59dd5 Update streams docs with alive stream threads (#17868)
f5781d59dd5 is described below

commit f5781d59dd54540e46608836e29ae8efaa71109d
Author: Bill Bejeck <[email protected]>
AuthorDate: Thu Nov 21 11:15:14 2024 -0500

    Update streams docs with alive stream threads (#17868)
    
    Add alive-stream-threads to Kafka Streams client metrics table
    Reviewers: Matthias Sax <[email protected]>
---
 docs/ops.html | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/ops.html b/docs/ops.html
index 1e1181a4cf3..fb3d8aff912 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -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>

Reply via email to