You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Jun Rao (JIRA)" <ji...@apache.org> on 2018/11/27 22:00:00 UTC

[jira] [Created] (KAFKA-7681) new metric for request thread utilization by request type

Jun Rao created KAFKA-7681:
------------------------------

             Summary: new metric for request thread utilization by request type
                 Key: KAFKA-7681
                 URL: https://issues.apache.org/jira/browse/KAFKA-7681
             Project: Kafka
          Issue Type: Improvement
            Reporter: Jun Rao


When the request thread pool is saturated, it's often useful to know which type request is using the thread pool the most. It would be useful to add a metric that tracks the fraction of request thread pool usage by request type. This would be equivalent to (request rate) * (request local time ms) / 1000, but will be more direct. This would require a new KIP.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)