This is an automated email from the ASF dual-hosted git repository.
bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 32d33c4e9 add alive stream threads to Kafka Streams metrics (#649)
32d33c4e9 is described below
commit 32d33c4e95f54321333823c757f42c164ba84141
Author: Bill Bejeck <[email protected]>
AuthorDate: Thu Nov 21 13:24:25 2024 -0500
add alive stream threads to Kafka Streams metrics (#649)
mirror of kafka docs PR https://github.com/apache/kafka/pull/17868
---
39/ops.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/39/ops.html b/39/ops.html
index de3281eec..29ed483db 100644
--- a/39/ops.html
+++ b/39/ops.html
@@ -2880,6 +2880,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>