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

Added mimir-continuous-test alerts #1676

Merged
merged 3 commits into from
Apr 11, 2022
Merged

Conversation

pracucci
Copy link
Collaborator

What this PR does

In this PR I'm adding 2 class of alerts on mimir-continuous-test:

  1. MimirContinuousTestNotRunning firing when the test is not running properly
  2. MimirContinuousTestFailed firing when the testing tool is running, but assertions are failing

Severity is warning for now, but plan is to raise it after gaining some confidence on the tool.

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]

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Copy link
Contributor

@dimitarvdimitrov dimitarvdimitrov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

for: 1h
labels:
severity: warning
- alert: MimirContinuousTestNotRunning
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd use a different alert name for writes and queries. Message isn't used for grouping, so both of these would fall into the same group.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Will fix.

Copy link
Contributor

@colega colega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but consider using different alert names for queries and writes please.

Signed-off-by: Marco Pracucci <marco@pracucci.com>
Signed-off-by: Marco Pracucci <marco@pracucci.com>
@pracucci pracucci merged commit 0cd9048 into main Apr 11, 2022
@pracucci pracucci deleted the add-continuous-test-alerts branch April 11, 2022 14:27
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.

3 participants