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

UpdateNodeCollectors message #13330

Merged
merged 3 commits into from
Jul 7, 2022

Conversation

MrZammler
Copy link
Contributor

Summary

This PR adds a new UpdateNodeCollectors protobuf message. It will contain a list of collector's modules and plugins. From that list the FE will render a series of services, supported by the agent.

The message will follow 30 seconds after the UpdateNodeInfo message. This is to allow enough time for collectors to be activated and included in the message.

BE has been prepared to receive it.

Test Plan

There should be a line stating NODE COLLECTORS SENT in access.log. It has been tested with @vkuznecovas in testing.

Additional Information
For users: How does this change affect me?

Copy link
Contributor

@thiagoftsm thiagoftsm left a comment

Choose a reason for hiding this comment

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

This PR is working as expected

bash-5.1# grep "NODE COLLECTORS SENT" /var/log/netdata/access.log 
2022-07-07 18:08:12: ACLK RES [e7974429-c75e-4d58-9ee3-5d2620a017f8 (hades)]: NODE COLLECTORS SENT
2022-07-07 18:12:31: ACLK RES [e7974429-c75e-4d58-9ee3-5d2620a017f8 (hades)]: NODE COLLECTORS SENT

LGTM!

@MrZammler MrZammler merged commit 19d9a00 into netdata:master Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants