-
Notifications
You must be signed in to change notification settings - Fork 919
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
distinguish two resource detector metrics #3029
distinguish two resource detector metrics #3029
Conversation
f868a79
to
8065aeb
Compare
8065aeb
to
19855ba
Compare
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.
Is it necessary to set its own concurrent-resource-template-syncs
parameter for DependenciesDistributor
?
Metric for workqueue:
|
vs
/assign |
19855ba
to
35e4d06
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: jingxueli <[email protected]>
35e4d06
to
43af7e1
Compare
@RainbowMango @XiShanYongYe-Chang updated, please have a look. |
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.
The two metrics have been renamed in release 1.7 and 1.2 respectively, I guess we don't need it anymore.
Sorry for letting this sit.
/close
@@ -84,7 +84,7 @@ func (d *DependenciesDistributor) Start(ctx context.Context) error { | |||
d.stopCh = ctx.Done() | |||
|
|||
bindingWorkerOptions := util.Options{ | |||
Name: "resourceBinding reconciler", | |||
Name: "dependencies distributor resourceBinding reconciler", |
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.
The name has been changed to dependencies-distributor by #5799, and released in v1.12.0.
https://github.com/karmada-io/karmada/blame/82fc37ea04aca442f378a013e8846104595037ea/pkg/dependenciesdistributor/dependencies_distributor.go#L66
@@ -103,7 +103,7 @@ func (d *DependenciesDistributor) Start(ctx context.Context) error { | |||
d.InformerManager.ForResource(resourceBindingGVR, bindingHandler) | |||
d.resourceBindingLister = d.InformerManager.Lister(resourceBindingGVR) | |||
resourceWorkerOptions := util.Options{ | |||
Name: "resource detector", | |||
Name: "dependencies distributor resource detector", |
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.
The name has been changed to dependencies resource detector by #3811, and released in v1.7.0.
@RainbowMango: Closed this PR. 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-sigs/prow repository. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: