This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Update the Cache Hit, Miss and Eviction metrics to be emitted as delta increase/decrease #170
Labels
bug
Something isn't working
Similar to #124, we need to emit the cache hit, miss and eviction metrics as delta rather than absolute values. ES reports these metrics from beginning of process/post an invalidateAll() event/ post cache clear.
We need to calculate metrics count delta between each sampling to correctly reflect the increase/decrease in the metric count for the evaluation Interval (5seconds for us)
This needs to be fixed for FieldData, Shard Request and Node Query Cache.
The text was updated successfully, but these errors were encountered: