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)