You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently added metrics for a service where I observed following data at instance level of the Peak data points:
Hits: 1.38B
Misses: 24M
Peak Eviction: 23M
Gets Dropped: 530M
Sets Dropped: 0
Sets Rejected: 0
Keys Added: 24M
Keys Updated: 4M
My concern is with the high gets dropped metric if it is the count of get call missed due to filled ring buffers? if not what it effects and how to reduce it. Another doubt that was concerning me if evictions also involve the expiration of the keys & can we separate both the metrics?
For you reference I am using metrics provided by ristretto to track above metrics.
The text was updated successfully, but these errors were encountered:
Question.
I recently added metrics for a service where I observed following data at instance level of the Peak data points:
My concern is with the high gets dropped metric if it is the count of get call missed due to filled ring buffers? if not what it effects and how to reduce it. Another doubt that was concerning me if evictions also involve the expiration of the keys & can we separate both the metrics?
For you reference I am using metrics provided by ristretto to track above metrics.
The text was updated successfully, but these errors were encountered: