-
Notifications
You must be signed in to change notification settings - Fork 3
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
Review turtles alerts labels #1218
Conversation
@@ -26,9 +26,9 @@ spec: | |||
description: '{{`Node {{ $labels.node }} status is flapping under load.`}}' | |||
expr: | | |||
( | |||
sum(node_load15{cluster_type="management_cluster", app!="vault", role!="bastion"}) | |||
sum(node_load15{cluster_type="management_cluster", service="node-exporter"}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure you want to be alerted for bastions as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've checked on anteater, for the bastions the service label does not have a value; could it be different for other MCs? (if so, which are the minimal test cases? Ideally I want to avoid checking every single one for label disparities 🙈 )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine :)
Towards: https://github.com/giantswarm/giantswarm/issues/30934
This PR removes the labels app, node and role where possible/where it makes sense from turtles alerts.
Checklist
oncall-kaas-cloud
GitHub group).