Add epoch blob-cache metric#132547
Conversation
Add epoch (changes) as a metric to the blob-cache, giving visibility into the velocity of change in the cache and indications of cache churn
|
Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing) |
|
Hi @henningandersen, I've created a changelog YAML for you. |
andreidan
left a comment
There was a problem hiding this comment.
Thanks for working on this Henning.
The change itself LGTM but I'm not entirely sure what this metric will give us?
i.e. a steadily increasing epoch will point to our decaying task running as expected ?
I could perhaps see the metric being interesting if we are to correlate it with an entry's lastAccessedEpoch but I'm not exactly following why is this metric useful in isolation?
|
We discussed this and clarified that it is the rate of change that is interesting, in particular for comparing across different clusters, a high rate could seem to be an indication of cache undersize or problem relative to a low rate. |
|
Thanks both! |
Add epoch (changes) as a metric to the blob-cache, giving visibility into the velocity of change in the cache and indications of cache churn
Relates ES-12595