SWATCH-3413: Add acm_capacity_effective_cpu_cores:sum recording rule - #554
Conversation
|
@lindseyburnett: This pull request references SWATCH-3413 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
Hi @lindseyburnett. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
A recording rule needs to aggregate worker nodes under the hub cluster so swatch can associate the metric with the hub's billing account information. Create a new recording rule that uses the existing one, and adds the "sum" logic on top of it. Option 2: Update acm_capacity_effective_cpu_cores
09789d6 to
88abe63
Compare
|
/ok-to-test |
…ective_cpu_cores`
Co-authored-by: Simon Pasquier <spasquie@redhat.com>
…ndseyburnett/telemeter into lburnett/acm_recording_rule_aggregate
|
/test lint |
|
/retest |
|
@lindseyburnett: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
thanks for doing this!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lindseyburnett, simonpasquier The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
[ART PR BUILD NOTIFIER] Distgit: telemeter |
A recording rule needs to aggregate worker nodes under the hub cluster so swatch can associate the metric with the hub's billing account information.
Create a new recording rule that uses the existing one, and adds the "sum" logic on top of it.