-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve cache metrics and logging (#619)
Rework how metrics for the cache are collected: * The disk data cache will collect metrics on block hit/miss/errors and the duration of reads, writes, and eviction. * The prefetcher will track how many blocks are served from the cache vs requested to the client and also measure the total cache update time (write + eviction). Also downgrades the level of logs by the cache from error to warning. Signed-off-by: Alessandro Passaro <[email protected]>
- Loading branch information
Showing
2 changed files
with
49 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters