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

   The PR implements the SharePartitionMetrics as defined in KIP-1103, with one 
change. The metric `FetchLockRatio` is defined as `Meter` in KIP but is 
implemented as `HIstogram`. There was a discussion about same on KIP-1103 
discussion where we thought that `FetchLockRatio` is pre-aggregated but while 
implemeting the rate from `Meter` can go above 100 as `Meter` defines rate per 
time period. Hence it makes more sense to implement metric `FetchLockRatio` as 
`Histogram`.


-- 
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

Reply via email to