-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Split prometheus alerting rules, add new automated recording rules #17553
Split prometheus alerting rules, add new automated recording rules #17553
Conversation
/assign @Kargakis |
Looks good. I think we will still patch out |
+1 to this. thanks. |
Well, we'll replace the existing node autoscaler soon (when we move to full autoscaling cluster), so that would only be temporary. However, if necessary we can figure out how to stomp it. |
dbeadba
to
d0cd9d4
Compare
The recording rules can be used by federation
b6c813d
to
ba373ca
Compare
Can be used on many different clusters
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@aweiteka prometheus-standalone.yaml is what is being used for the federation. |
/retest |
@pgier this is a starting point for iteration for a standalone prometheus object. I'm using this for federating a cluster, and config and rules are both split out so they must be provided separately (so not a precanned thing like the ops prometheus). |
/retest |
1 similar comment
/retest |
No other comments? Merging. |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
@smarterclayton: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest Please review the full test history for this PR and help us cut down flakes. |
Automatic merge from submit-queue. |
The recording rules can be used by federation
Testing this out @karkagis