bookkeeper icon indicating copy to clipboard operation
bookkeeper copied to clipboard

improve: Use opstatlogger for recording more details of reading from db ledger

Open ethqunzhong opened this issue 7 months ago • 3 comments

Motivation

In order to more accurately observe the latency distribution of reading entries from the db ledger storage engine (includes: read_locations_index, read_entrylog, readahead)

Changes

read_locations_index, read_entrylog, and readahead metrics types are adjusted from Counter to OpStatsLogger.

Adjustment before and after as follows image

ethqunzhong avatar Jul 25 '24 11:07 ethqunzhong