Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUESTION]: Gets Dropped seems quiet high for my service, what it denotes and how to reduce it. #431

Open
priyamgoenka1 opened this issue Jan 17, 2025 · 0 comments
Labels
kind/question Something requiring a response.

Comments

@priyamgoenka1
Copy link

priyamgoenka1 commented Jan 17, 2025

Question.

I recently added metrics for a service where I observed following data at instance level of the Peak data points:

  1. Hits: 1.38B
  2. Misses: 24M
  3. Peak Eviction: 23M
  4. Gets Dropped: 530M
  5. Sets Dropped: 0
  6. Sets Rejected: 0
  7. Keys Added: 24M
  8. 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.

@priyamgoenka1 priyamgoenka1 added the kind/question Something requiring a response. label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Something requiring a response.
Development

No branches or pull requests

1 participant