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

Additional metrics and bug fixes #7

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

jkratz55
Copy link
Owner

Adds a new prometheus metric to track how many keys are being requested for MGET operations. This can be useful to understand how much pressure may be put against the Redis proxy when running in Enterprise Clustering, or how much pressure will be put on the nodes when not running in OSS clustering policy.

Fixes a bug where Prometheus cache hits metric was being incremented when there was a cache miss.

Moves the version to 1.5.1

Adds a new prometheus metric to track how many keys are being requested for MGET operations. This can be useful to understand how much pressure may be put against the Redis proxy when running in Enterprise Clustering, or how much pressure will be put on the nodes when not running in OSS clustering policy.

Fixes a bug where Prometheus cache hits metric was being incremented when there was a cache miss.

Moves the version to 1.5.1

Signed-off-by: Joseph Kratz <[email protected]>
@jkratz55 jkratz55 merged commit 2eb52df into master Mar 17, 2024
1 check failed
@jkratz55 jkratz55 deleted the feature/additional-cache-metrics branch March 17, 2024 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant