-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[extension/healthcheckv2] Add skeleton #32523
Conversation
dcdf7c6
to
9a2593a
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.
Thanks @mwear, just a few comments
9a2593a
to
7e15ca4
Compare
7e15ca4
to
0403352
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.
Thanks for all the work @mwear
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 @mwear!
Description:
This PR is an attempt to decompose #30673 into more manageable pieces for review. It introduces the skeleton and config for the new healthcheck extension. The extension itself is implemented as multiple subcomponents. That is, the http and grpc services implement the component interface individually, as does the extension that ties them together. I mention this because this PR introduces the config structs and this is relevant for understanding why it is organized as it is. Additionally, the extension supports and defaults to the config for the existing extension. This is so it can be a drop in replacement for the existing extension with an easy migration path to the new functionality and features introduced the v2 extension. See the parent PR to understand how the pieces fit together.
Link to tracking Issue: #26661
Testing: Units / manual
Documentation: Readme, etc.