mjsax commented on code in PR #17900: URL: https://github.com/apache/kafka/pull/17900#discussion_r1854780878
########## 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: Well, we use `ns / ms` everywhere... If we update it here, we must update basically _all_ metrics. I tired to make a minimum change. Let me know what you think. -- 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