influxdb/cache_system
Marco Neumann 2b84e5c087
feat: measure "probably reloaded" cache loads (#4813)
To roughly gauge how much data we re-load into cached (i.e. data that
was already loaded but was later evicted due to LRU pressure or TTL
eviction) this change introduces a new metric that estimates if a cache
entry that is requested from the loader was already seen before (using a
probabilistic filter).
2022-06-13 13:51:45 +00:00
..
benches refactor: move `querier::cache_system` into its own crate (#4592) 2022-05-13 13:12:07 +00:00
src feat: measure "probably reloaded" cache loads (#4813) 2022-06-13 13:51:45 +00:00
Cargo.toml feat: measure "probably reloaded" cache loads (#4813) 2022-06-13 13:51:45 +00:00