MahsaSeifikar opened a new pull request, #20724:
URL: https://github.com/apache/kafka/pull/20724

   This change adds the metric `MetadataLoader::AvgIdleRatio`, following the 
same pattern as the existing `ControllerEventManager::AvgIdleRatio` metric.
   This metric measures the average idle ratio of the metadata loader event 
queue thread, indicating how much time the metadata loader spends waiting for 
events versus actively processing them. The metric value ranges from 0.0 
(always busy processing) to 1.0 (always idle waiting for events).
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to