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] Manage extension and subcomponents #34144

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

mwear
Copy link
Member

@mwear mwear commented Jul 17, 2024

Description:
The PR is the sixth and final in a series to decompose #30673 into more manageable pieces for review. This PR adds code to wire up the extension as a status watcher and to manage the HTTP and gRPC services as independent subcomponents. After this merges the extension will be usable for evaluation purposes and we will likely make some refinements based on feedback from early adopters.

Link to tracking Issue: #26661

Testing: Units / manual

Documentation: Comments, etc.

Copy link
Member

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

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

This was also straightforward. LGTM!

"go.opentelemetry.io/collector/extension"
"go.uber.org/multierr"
Copy link
Member

Choose a reason for hiding this comment

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

we are not using this anymore, preferring the similar feature from the stdlib: https://pkg.go.dev/errors#Join

@jpkrohling jpkrohling merged commit 54af4bd into open-telemetry:main Jul 18, 2024
154 checks passed
@github-actions github-actions bot added this to the next release milestone Jul 18, 2024
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