bookkeeper
bookkeeper copied to clipboard
[improve] add metrics: total_entry_log_space_bytes
Motivation
add metric TOTAL_ENTRY_LOG_SPACE_BYTES
As a supplement to metric ACTIVE_ENTRY_LOG_SPACE_BYTES
This allows us to easily analyze the proportion of valid data in the cluster entry log.
Changes
- add metric
TOTAL_ENTRY_LOG_SPACE_BYTES
in GarbageCollectorStats. - Standardize totalEntryLogSize and activeEntryLogSize naming.