v.25.4Improvement

Fix incorrect values of BlockActiveTime, BlockDiscardTime, BlockWriteTime

Fix incorrect values of BlockActiveTime, BlockDiscardTime, BlockWriteTime, BlockQueueTime, and BlockReadTime asynchronous metrics (before the change 1 second was incorrectly reported as 0.001). #78211 (filimonov).
Fix incorrect reporting of asynchronous metrics BlockActiveTime, BlockDiscardTime, BlockWriteTime, BlockQueueTime, and BlockReadTime where 1 second was previously reported as 0.001 seconds.

Why it matters

This fix resolves the issue of asynchronous metrics displaying incorrect time values due to a unit conversion error. It ensures that the reported metrics for block processing times accurately reflect the real elapsed time, improving monitoring and performance analysis capabilities.

How to use it

The fix is applied automatically with the update. Users will see corrected metric values in their monitoring tools without requiring additional configuration.