KIP-256 — Add RocksDB statistics via Streams metrics
Discussion StreamsMetrics
Exposes RocksDB's internal `Statistics` metrics (block cache hits, compaction bytes, bloom filter hits, etc.) through the Kafka Streams metrics subsystem via a configurable `metrics.recording.level`. RocksDB's native stats are accessible only by directly manipulating internal `RocksDB` objects, which is not feasible for users using the Streams high-level DSL.
Details
| Author | jameschien |
| Status | Discussion |
| JIRA | KAFKA-6498 |
| Wiki | View on Apache Wiki |
| Created | 2018-02-21 |
| Last Modified | 2018-04-30 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.