-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
metrics: add connection and fail metrics by resource group name
#49424
metrics: add connection and fail metrics by resource group name
#49424
Conversation
Signed-off-by: bufferflies <[email protected]>
Hi @bufferflies. Thanks for your PR. I'm waiting for a pingcap 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. 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. |
Hi @bufferflies. Thanks for your PR. PRs from untrusted users cannot be marked as trusted with I understand the commands that are listed here. 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. |
Signed-off-by: bufferflies <[email protected]>
General OverviewThe PR titled "metrics: add connection and fail metrics by What problem does this PR solve?The PR resolves issue #49318 by adding connection and fail metrics by the resource group name. What changed and how does it work?The changes in this PR are primarily updates to the metrics collection and handling. The metrics for connections and execution errors are now collected by the resource group name, which provides more granular insights. The connections metric is now a GaugeVec, allowing for the resource group label. The ExecuteErrorCounter also includes the resource group label. The changes to the The Check ListThere are no unit or integration tests included with this PR, and it does not specify whether manual tests were run. There are also no apparent side effects or documentation updates. Review Comments
Overall, the changes look solid, but the PR could benefit from more extensive testing and documentation. 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. |
Signed-off-by: bufferflies <[email protected]>
Signed-off-by: bufferflies <[email protected]>
/ok-to-test |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #49424 +/- ##
================================================
+ Coverage 70.9221% 71.3113% +0.3891%
================================================
Files 1368 1434 +66
Lines 396367 439041 +42674
================================================
+ Hits 281112 313086 +31974
- Misses 95564 107005 +11441
+ Partials 19691 18950 -741
Flags with carried forward coverage won't be shown. Click here to find out more.
|
1d04f1a
to
e317b7b
Compare
Signed-off-by: bufferflies <[email protected]>
e317b7b
to
c83ad92
Compare
Signed-off-by: bufferflies <[email protected]>
0bb427b
to
2d2ecaa
Compare
ping @tiancaiamao PTAL |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nolouch, tiancaiamao 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 |
[LGTM Timeline notifier]Timeline:
|
/label needs-cherry-pick-7.5 |
@bufferflies: The label(s) 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 ti-community-infra/tichi repository. |
/label needs-cherry-pick-release-7.5 |
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <[email protected]>
What problem does this PR solve?
Issue Number: ref #49318
Problem Summary:
What changed and how does it work?
Check List
Tests
http://perf.pingcap.net/d/iarAjGo7z/benchbot-overview?orgId=1&var-email=All
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.