-
Notifications
You must be signed in to change notification settings - Fork 463
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
Add liveness probe to created container if otelcol configuration supports a health_check. #574
Add liveness probe to created container if otelcol configuration supports a health_check. #574
Conversation
…orts a health_check. Fixes open-telemetry#571 Signed-off-by: Adrian Kostrubiak <[email protected]>
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 great! A few adjustments here and there and this is ready to go.
…empty; refine how we choose a healthcheck extension; rework tests to be table drive, flesh out a few more cases;
@jpkrohling, thanks for the feedback - I appreciate it. I pushed updates to address your feedback. |
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, just get the test under the same package as the code, so that the errors can be kept local. I know there's an argument about exposing the errors as part of the public API, but I don't think it's what we are currently doing in this repo at the moment.
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.
Just a small nit about import format, but I'll merge it in the morning if you don't want to fix it for this PR.
…orts a health_check. (open-telemetry#574) * Add liveness probe to created container if otelcol configuration supports a health_check. Fixes open-telemetry#571 Signed-off-by: Adrian Kostrubiak <[email protected]>
…orts a health_check. (open-telemetry#574) * Add liveness probe to created container if otelcol configuration supports a health_check. Fixes open-telemetry#571 Signed-off-by: Adrian Kostrubiak <[email protected]>
Add liveness probe to created container if otelcol configuration supports a health_check.
Fixes #571
Signed-off-by: Adrian Kostrubiak [email protected]