bookkeeper icon indicating copy to clipboard operation
bookkeeper copied to clipboard

[improve] add metrics: total_entry_log_space_bytes

Open ethqunzhong opened this issue 5 months ago • 0 comments

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

  1. add metric TOTAL_ENTRY_LOG_SPACE_BYTES in GarbageCollectorStats.
  2. Standardize totalEntryLogSize and activeEntryLogSize naming.

ethqunzhong avatar Sep 23 '24 08:09 ethqunzhong