-
Notifications
You must be signed in to change notification settings - Fork 488
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
Introduce a gauge metric for the spire-server entry cache size #4720
Comments
What units are you expecting? (size in number of entries, size in bytes / kb, etc.) |
Seems very reasonable to add a bunch of metrics around the internal cache details. |
Off the top of my head:
|
one could build an alert based on the difference between actual entries and expected and hopefully get a heads up before rotations start to fail en masse |
Let's extend this to include missing event gauge |
@azdagron You can assign this issue to me. I think I can get to this in July :) |
Super! Thanks, @stevend-uber ! |
It would be valuable for spire users to be able to easily query how large in-memory cache size is at a metric's glance over time.
The text was updated successfully, but these errors were encountered: