-
Notifications
You must be signed in to change notification settings - Fork 240
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
Adding code to address docker healthcheck issue #1285
Adding code to address docker healthcheck issue #1285
Conversation
You're going to want to ensure that the built health check tool is added to the |
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.
Also, don't forget about documentation for this. Where will it go? How can this new health check tool be used? Look at the original issue for motivation.
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.
Please add health_check
to the .gitignore.
Hi Bryan, currently |
The binary file |
This PR is stale because it has been open 30 days with no activity. |
Can we add unit tests for the |
deployment-template/ecs/aws-otel-ec2-sidecar-deployment-cfn.yaml
Outdated
Show resolved
Hide resolved
Thanks. Added. |
…file for build in more architecture
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.
Please ensure that a PR is submitted and merged to add the ecshealthcheck
test case to testcases.json
file before this PR is merged.
Description:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.