cadonna commented on code in PR #17900: URL: https://github.com/apache/kafka/pull/17900#discussion_r1853905853
########## docs/ops.html: ########## @@ -2988,7 +2988,7 @@ <h5 class="anchor-heading"><a id="kafka_streams_thread_monitoring" class="anchor </tr> <tr> <td>blocked-time-ns-total</td> - <td>The total time the thread spent blocked on kafka.</td> + <td>The total time in ns the thread spent blocked on kafka.</td> Review Comment: nit: ```suggestion <td>The total time in nanoseconds the thread spent blocked on kafka.</td> ``` ########## docs/ops.html: ########## @@ -2988,7 +2988,7 @@ <h5 class="anchor-heading"><a id="kafka_streams_thread_monitoring" class="anchor </tr> <tr> <td>blocked-time-ns-total</td> - <td>The total time the thread spent blocked on kafka.</td> + <td>The total time in ns the thread spent blocked on kafka.</td> Review Comment: The comment also applies to the other units. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org