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

[extension/healthcheckv2] Add skeleton #32523

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

mwear
Copy link
Member

@mwear mwear commented Apr 18, 2024

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.

Copy link
Contributor

@codeboten codeboten left a 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

extension/healthcheckv2extension/go.mod Outdated Show resolved Hide resolved
extension/healthcheckv2extension/go.mod Outdated Show resolved Hide resolved
extension/healthcheckv2extension/README.md Show resolved Hide resolved
Copy link
Contributor

@codeboten codeboten left a 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

Copy link
Contributor

@evan-bradley evan-bradley left a comment

Choose a reason for hiding this comment

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

Thanks @mwear!

@codeboten codeboten merged commit dbff637 into open-telemetry:main Apr 24, 2024
171 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/otelcontribcol otelcontribcol command
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants