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

Add Prometheus Metrics for Cache Usage #3644

Open
mastercactapus opened this issue Feb 1, 2024 · 0 comments
Open

Add Prometheus Metrics for Cache Usage #3644

mastercactapus opened this issue Feb 1, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mastercactapus
Copy link
Member

What problem would you like to solve? Please describe:
There is currently no easy way to monitor how effectively our caches are being used. This could lead to inefficient cache utilization and can impact performance decisions.

Describe the solution you'd like:
I propose that we add Prometheus metrics for the places we're using caches. This should at least include basic details like hit/miss ratios and possibly the size of the caches. This would allow us to monitor cache performance more easily in a standardized way, and help us make better decisions regarding cache use in the future.

Additional context:
The addition of such metrics will provide insights into the inner workings of the caching mechanism, providing better observability of the system in general.

@mastercactapus mastercactapus added the enhancement New feature or request label Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant