-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[cmd/opampsupervisor] Receive and report effective config #33462
[cmd/opampsupervisor] Receive and report effective config #33462
Conversation
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Brandon Johnson <binaryfissiongames@gmail.com>
…ept-remote-config
…ept-remote-config
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.
Looks good to me, thanks @BinaryFissionGames.
I requested a review from everyone who had a review requested on the previous PR. I think I'm a little too close to this one, so I wouldn't mind a second pair of eyes. If nobody has comments by the end of the week, I'll merge this. |
…mpty onconnecting
…eyond composeMergedConfig)
…ept-remote-config
@tigrannajaryan I think I've got all your feedback incorporated, when you get a chance to take another pass. |
Co-authored-by: Tigran Najaryan <4194920+tigrannajaryan@users.noreply.github.com>
Thanks @tigrannajaryan for the comprehensive review. The dual use of "effective config" was bothering me too, but I hadn't gone through and changed the usage everywhere. I like "merged config" to represent the config given to the Collector much more. |
Thank you @BinaryFissionGames for getting this across the finish line! |
Description:
Adds the ability to receive and run remote configurations from an OpAMP server, as well as to report the remote configuration status.
This PR is just bringing #31641 up-to-date.
Link to tracking Issue: Resolves #30622
Testing:
Unit tests
Documentation: