mjsax commented on code in PR #20804:
URL: https://github.com/apache/kafka/pull/20804#discussion_r2488134551
##########
docs/ops.html:
##########
@@ -3037,7 +3037,7 @@ <h5 class="anchor-heading"><a
id="kafka_streams_thread_monitoring" class="anchor
<tr>
<td>thread-state</td>
<td>The state of the thread as a number (<code>ordinal()</code> of the
corresponding enum).</td>
-
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+),process-id=([-.\w]+)</td>
+
<td>kafka.streams:type=stream-thread-metrics,thread-id=([-.\w]+),process-id=([-.\w]+),application-id=([-.\w]+)</td>
Review Comment:
Seems we only add the new tag to `client-state` but not to `thead-state` --
so this change seems not to apply.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]