-
Notifications
You must be signed in to change notification settings - Fork 2
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
ROX-23673: Add alerts for cluster autoscaler #218
Conversation
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.
Not sure about removing the old alerts. Should we keep them, but put them as warnings with super high (99%) thresholds? @stehessel
3a6fcd3
to
c9da2c9
Compare
@stehessel @ludydoo I have revered old alerts and changed them. I don't have a strong opinion on whether we should keep old alerts or not. I just wanted to reduce the number of maintained alerts and the potential noise they can produce if they fire for the same reason. Can you please take a look again? 🥺 |
181bda8
to
87f12f7
Compare
This PR adds alerts related to cluster autoscaler behavior, and it removes alerts related to previous manual scaling.
Alerts are taken from default Openshift operator alerts: https://github.com/openshift/cluster-autoscaler-operator/blob/287595b0ee37b893c02d51d3a461ba118b90c3dc/pkg/controller/clusterautoscaler/monitoring.go#L153
Additional documentation related to alerts can be found here: https://github.com/openshift/cluster-autoscaler-operator/blob/287595b0ee37b893c02d51d3a461ba118b90c3dc/docs/user/alerts.md
They have different levels.