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
Bug 1768483: Limit Cardinality of Marketplace quay metrics #259
Bug 1768483: Limit Cardinality of Marketplace quay metrics #259
Conversation
|
/lgtm |
|
/hold Waiting for someone from telemeter to comment before merging. |
393319b
to
9212643
Compare
9212643
to
f0e58fd
Compare
f0e58fd
to
d0d2d58
Compare
|
@brancz should be all set for a review |
d0d2d58
to
c72dc6c
Compare
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
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 should be removed then? Or at least the content of it? https://github.com/operator-framework/operator-marketplace/blob/c72dc6c093fa8592b83a74ab2839d65fa59f58a3/deploy/prometheus_rule.yaml
Nice improvements!
c72dc6c
to
2a8ab23
Compare
Good point @lilic, I have updated the contents of the file. |
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.
One last thing, then lgtm.
deploy/prometheus_rule.yaml
Outdated
| - alert: CommunityOperatorConnectionErrors | ||
| annotations: | ||
| message: Unable to connect to the default OperatorSource community-operators AppRegistry for {{ $value }}% of requests. | ||
| expr: increase(app_registry_request_total{code!~"2..",opsrc="community-operators"}[5m]) / increase(app_registry_request_total{opsrc="community-operators"}[5m]) > 0.5 |
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.
Increase is a rather unusual use for this, rate is typically used for the purpose that we use it here for.
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.
@brancz Addressed in the latest version of this PR, but would you mind sharing the reasoning?
2a8ab23
to
4ce0777
Compare
4ce0777
to
23a03fa
Compare
|
/retest |
|
@awgreene: This pull request references Bugzilla bug 1768483, which is invalid:
Comment In 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 kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@awgreene: This pull request references Bugzilla bug 1768483, which is invalid:
Comment In 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 kubernetes/test-infra repository. |
|
/bugzilla refresh |
|
@awgreene: This pull request references Bugzilla bug 1768483, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. In 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 kubernetes/test-infra repository. |
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest Think the upstream failure should be fixed already. |
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: awgreene, gallettilance, kevinrizza The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/retest |
|
/bugzilla refresh |
|
@awgreene: This pull request references Bugzilla bug 1768483, which is valid. In 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 kubernetes/test-infra repository. |
|
/test e2e-aws-console-olm |
|
@awgreene: All pull requests linked via external trackers have merged. Bugzilla bug 1768483 has been moved to the MODIFIED state. In 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 kubernetes/test-infra repository. |
This commit introduces a series of record rules that lump http status codes returned by Default AppRegistries into buckets of 100.
Reviewer Checklist
/docsSolves #264