You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Eno Thereska (JIRA)" <ji...@apache.org> on 2017/05/26 15:40:04 UTC

[jira] [Resolved] (KAFKA-4838) Export buffer cache metrics in JMX

     [ https://issues.apache.org/jira/browse/KAFKA-4838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eno Thereska resolved KAFKA-4838.
---------------------------------
    Resolution: Won't Fix

> Export buffer cache metrics in JMX
> ----------------------------------
>
>                 Key: KAFKA-4838
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4838
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>    Affects Versions: 0.10.2.0
>            Reporter: Eno Thereska
>            Priority: Minor
>              Labels: needs-kip
>             Fix For: 0.11.0.0
>
>
> Currently we log certain cache metrics, but don't export those via JMX, e.g., in ThreadCache.flush() we have:
> log.debug("Thread {} cache stats on flush: #puts={}, #gets={}, #evicts={}, #flushes={}",name, puts(), gets(), evicts(), flushes());
> We should export the hits, misses etc as metrics (with a DEBUG recording level). 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)