Skip to content
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

Open
khushbr opened this issue Aug 6, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@khushbr
Copy link
Contributor

khushbr commented Aug 6, 2020

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants