dajac commented on code in PR #18934: URL: https://github.com/apache/kafka/pull/18934#discussion_r1958527263
########## coordinator-common/src/main/java/org/apache/kafka/coordinator/common/runtime/CoordinatorRuntimeMetrics.java: ########## @@ -71,7 +71,7 @@ public interface CoordinatorRuntimeMetrics extends AutoCloseable { * Record the thread idle time. * @param idleTimeMs The idle time in milliseconds. */ - void recordThreadIdleTime(long idleTimeMs); + void recordThreadIdleTime(double idleTimeMs); Review Comment: I think that it is fine. -- 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