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

mixin: Add req/sec floor to MimirCacheRequestErrors #10832

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

56quarters
Copy link
Contributor

@56quarters 56quarters commented Mar 7, 2025

What this PR does

Require at least 10 req/sec to the cache to consider alerting on request errors. This avoids noisy alerts in low-traffic clusters

Which issue(s) this PR fixes or relates to

Fixes #10831

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

Require at least 10 req/sec to the cache to consider alerting on
request errors. This avoids noisy alerts in low-traffic clusters

Fixes #10831

Signed-off-by: Nick Pillitteri <[email protected]>
@56quarters 56quarters force-pushed the 56quarters/flappy-cache-alert branch from 5dd6c39 to 7189b0b Compare March 7, 2025 19:04
@56quarters 56quarters marked this pull request as ready for review March 7, 2025 19:09
@56quarters 56quarters requested a review from a team as a code owner March 7, 2025 19:09
@56quarters 56quarters merged commit d65b32c into main Mar 7, 2025
30 checks passed
@56quarters 56quarters deleted the 56quarters/flappy-cache-alert branch March 7, 2025 19:52
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.

mixin: Add request/sec floor to cache request error alert
2 participants