-
Notifications
You must be signed in to change notification settings - Fork 818
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
This adds a simple (static) metric for counting cache stripes #9263
Conversation
[approve ci] |
Would it not be simpler to copy the value for |
@zwoop Can you please address @SolidWallOfCode comment. |
With this patch, we get metrics like proxy.process.cache.stripes 4 proxy.process.cache.volume_0.stripes 2 proxy.process.cache.volume_1.stripes 2
I changed all "spans" to "stripes". |
[approve ci autest 2] |
With this patch, we get metrics like
proxy.process.cache.stripes 4
proxy.process.cache.volume_0.stripes 2
proxy.process.cache.volume_1.stripes 2