Skip to content
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

node: Replace node managers dynamic metrics with modular metrics #25887

Merged

Conversation

dylandreimerink
Copy link
Member

The node manager does dynamic metrics registration and cleanup. This PR replaces it with modular metrics to remove the usage of the global registry functions.

converted node manager dynamic metrics into modular metrics

The node manager does dynamic metrics registration and cleanup. This
commit replaces it with modular metrics to remove the usage of the
global registry functions.

Signed-off-by: Dylan Reimerink <dylan.reimerink@isovalent.com>
@dylandreimerink dylandreimerink added release-note/misc This PR makes changes that have no direct user impact. area/modularization labels Jun 5, 2023
@dylandreimerink dylandreimerink marked this pull request as ready for review June 5, 2023 09:51
@dylandreimerink dylandreimerink requested review from a team as code owners June 5, 2023 09:51
@dylandreimerink
Copy link
Member Author

/test

Copy link
Contributor

@joamaki joamaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM and confirmed this fixes the slow test/controlplane (back down to 8s versus 85s)

@dylandreimerink dylandreimerink added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jun 8, 2023
@dylandreimerink dylandreimerink merged commit 6bf30e4 into cilium:main Jun 8, 2023
61 of 62 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/modularization ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants