-
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
Add mimir enabled flag #1053
Add mimir enabled flag #1053
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.
The comment makes sense when reading the PR, but may not make sense when reading the files in a few months / weeks.
helm/prometheus-rules/templates/alerting-rules/aws.management-cluster.rules.yml
Outdated
Show resolved
Hide resolved
helm/prometheus-rules/templates/alerting-rules/aws.workload-cluster.rules.yml
Outdated
Show resolved
Hide resolved
helm/prometheus-rules/templates/alerting-rules/bastions.rules.yml
Outdated
Show resolved
Hide resolved
helm/prometheus-rules/templates/alerting-rules/cluster-service.rules.yml
Outdated
Show resolved
Hide resolved
helm/prometheus-rules/templates/alerting-rules/crsync.rules.yml
Outdated
Show resolved
Hide resolved
helm/prometheus-rules/templates/alerting-rules/kvm.management-cluster.rules.yml
Outdated
Show resolved
Hide resolved
helm/prometheus-rules/templates/alerting-rules/kvm.workload-cluster.rules.yml
Outdated
Show resolved
Hide resolved
helm/prometheus-rules/templates/alerting-rules/managed-logging.rules.yml
Outdated
Show resolved
Hide resolved
helm/prometheus-rules/templates/alerting-rules/release.rules.yml
Outdated
Show resolved
Hide resolved
apiVersion: monitoring.coreos.com/v1 | ||
kind: PrometheusRule | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
{{- include "labels.common" . | nindent 4 }} | ||
{{- if not .Values.mimir.enabled }} |
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.
This file is only for vintage clusters; I guess we don't need the condition then?
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.
Well that's true but i'm not sure if phoenix will not add CAPI ones here
helm/prometheus-rules/templates/alerting-rules/credentiald.rules.yml
Outdated
Show resolved
Hide resolved
…cluster.rules.yml Co-authored-by: Hervé Nicol <[email protected]>
…uster.rules.yml Co-authored-by: Hervé Nicol <[email protected]>
Co-authored-by: Hervé Nicol <[email protected]>
….rules.yml Co-authored-by: Hervé Nicol <[email protected]>
Co-authored-by: Hervé Nicol <[email protected]>
…cluster.rules.yml Co-authored-by: Hervé Nicol <[email protected]>
…ules.yml Co-authored-by: Hervé Nicol <[email protected]>
Co-authored-by: Hervé Nicol <[email protected]>
…uster.rules.yml Co-authored-by: Hervé Nicol <[email protected]>
….rules.yml Co-authored-by: Hervé Nicol <[email protected]>
Co-authored-by: Hervé Nicol <[email protected]>
Co-authored-by: Hervé Nicol <[email protected]>
…es.yml Co-authored-by: Zirko <[email protected]>
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.
LGTM.
It could be nice to link to this issue when doing the changes in our config
.
Linked in this https://github.com/giantswarm/shared-configs/pull/8 |
Before adding a new alerting rule into this repository you should consider creating an SLO rules instead.
SLO helps you both increase the quality of your monitoring and reduce the alert noise.
Towards: giantswarm/roadmap#3157
This PR adds the mimir.enabled flag for a preparation to mimir migration and do a whole bunch of really small fixes
Checklist
oncall-kaas-cloud
GitHub group).