-
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: change background resource group label name #49654
Conversation
Hi @glorv. 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. |
/ok-to-test |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #49654 +/- ##
================================================
+ Coverage 70.9842% 71.3534% +0.3692%
================================================
Files 1368 1423 +55
Lines 398566 416326 +17760
================================================
+ Hits 282919 297063 +14144
- Misses 95882 100468 +4586
+ Partials 19765 18795 -970
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -3073,7 +3073,7 @@ | |||
"format": "time_series", | |||
"interval": "", | |||
"intervalFactor": 2, | |||
"legendFormat": "{{name}}-{{instance}}", | |||
"legendFormat": "{{resource_group}}-{{instance}}", |
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.
pd already changed in tikv/pd#7547. maybe adjust it together.
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.
+1
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.
If we change other already used expressions after the user upgrades from the old version, old data will be lost due to expression change. We can change background expressions because it is an experimental feature.
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.
got
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
[LGTM Timeline notifier]Timeline:
|
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: CabinfeverB, glorv, nolouch 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 |
In response to a cherrypick label: new pull request created to branch |
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?
Change the resource group name from "name" to "resource_group" so we can add a global label selector later. Related tikv side change is tikv/tikv#16192.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.