You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (Jira)" <ji...@apache.org> on 2019/10/07 17:53:00 UTC

[jira] [Updated] (KAFKA-6498) Add RocksDB statistics via Streams metrics

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

Matthias J. Sax updated KAFKA-6498:
-----------------------------------
    Labels: kip  (was: needs-kip)

> Add RocksDB statistics via Streams metrics
> ------------------------------------------
>
>                 Key: KAFKA-6498
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6498
>             Project: Kafka
>          Issue Type: Improvement
>          Components: metrics, streams
>            Reporter: Guozhang Wang
>            Assignee: Bruno Cadonna
>            Priority: Major
>              Labels: kip
>
> RocksDB's own stats can be programmatically exposed via {{Options.statistics()}} and the JNI `Statistics` has indeed implemented many useful settings already. However these stats are not exposed directly via Streams today and hence for any users who wants to get access to them they have to manually interact with the underlying RocksDB directly, not through Streams.
> We should expose such stats via Streams metrics programmatically for users to investigate them without trying to access the rocksDB directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)