The " Load block from disk" log introduced in #24216 incorrectly assumed num_blocks_total
would be greater than 0. This is not guaranteed until the ConnectBlock
call right below it.
The total and average metric is not very useful because it does not distinguish between blocks read from disk and those loaded from memory. So rather than fixing the divide by zero issue, we just drop the metric.
Fixes #27635