Technologies/Apache Kafka/kafka.request.handler_idle_percent
Apache KafkaApache KafkaMetric

kafka.request.handler_idle_percent

Request handler idle fraction
Dimensions:None
Available on:DatadogDatadog (1)DynatraceDynatrace (1)
Interface Metrics (2)
DatadogDatadog
Average fraction of time the request handler threads are idle.
Dimensions:None
DynatraceDynatrace
Average fraction of time request handler threads are idle
Dimensions:None
Related Insights (3)
Request Handler Saturation Cascades to Producer Latencywarning

When Kafka request handlers are saturated (low idle percentage), producer requests queue up, increasing end-to-end latency and potentially triggering producer-side timeouts.

High Request Queue Size Indicates Broker Overloadwarning

When request queue size grows, it indicates the broker cannot process incoming requests fast enough, leading to increased latency and potential client timeouts.

Consumer Fetch Latency Spike from Broker Overloadwarning

When consumer fetch latency increases significantly, it indicates the broker is slow to respond to fetch requests, often due to disk I/O, CPU saturation, or competing produce traffic.