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

Alerts: exclude 529 and 598 status codes from failure codes in MimirRequestsError #7889

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

pracucci
Copy link
Collaborator

What this PR does

At Grafana Labs, we're currently excluding 529 and 598 status codes from our SLOs because these codes are specifically used to signal rate limiting (529) and "client too slow sending the request" (598). However, these codes are not excluded by MimirRequestsError alert, so you could still get paged. In this PR I propose to exclude them from MimirRequestsError alert too.

Which issue(s) this PR fixes or relates to

N/A

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.

…equestsError

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci force-pushed the exclude-598-from-MimirRequestsError branch from 6d35e34 to f02fa27 Compare April 12, 2024 09:19
@pracucci pracucci marked this pull request as ready for review April 12, 2024 09:19
@pracucci pracucci requested a review from a team as a code owner April 12, 2024 09:19
@pracucci pracucci merged commit 862fce6 into main Apr 12, 2024
31 checks passed
@pracucci pracucci deleted the exclude-598-from-MimirRequestsError branch April 12, 2024 13:58
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.

2 participants