forked from apache/kafka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KAFKA-9924: Add remaining property-based RocksDB metrics as described…
… in KIP-607 (apache#9232) This commit adds the remaining property-based RocksDB metrics as described in KIP-607, except for num-entries-active-mem-table, which was added in PR apache#9177. Reviewers: Guozhang Wang <[email protected]>
- Loading branch information
Showing
8 changed files
with
1,225 additions
and
75 deletions.
There are no files selected for viewing
329 changes: 326 additions & 3 deletions
329
streams/src/main/java/org/apache/kafka/streams/state/internals/metrics/RocksDBMetrics.java
Large diffs are not rendered by default.
Oops, something went wrong.
225 changes: 208 additions & 17 deletions
225
...rc/main/java/org/apache/kafka/streams/state/internals/metrics/RocksDBMetricsRecorder.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.