-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Add node activity health reporters on node manager #28799
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
Conversation
1c42e1f
to
ed1069c
Compare
/test |
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.
Thanks for the PR! I have a few minor pieces of feedback:
- Changes are included that are inconsistent with the PR's description. Please use a separate PR for the changes unrelated to adding the health reporter.
- It would be helpful to create and link an issue to provide additional context for the PR.
ed1069c
to
aaff90e
Compare
@danehans Thank you for the review and comments! I'll update accordingly... |
/test |
aaff90e
to
d35a267
Compare
/test |
Add instrumentation to node manager to provide module health reporting when node CRUD operations are detected. Signed-off-by: Fernand Galiana <fernand.galiana@isovalent.com>
d35a267
to
0855005
Compare
/test |
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.
Thanks!
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Add instrumentation to node manager to provide module health reporting when node
CRUD operations are detected.