-
Notifications
You must be signed in to change notification settings - Fork 4.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
fix #20409 - Check definitions not reflected in output from agent/health/service/id/:service-id #20411
Conversation
As an update, even after populating the HealthCheckDefinition, the expected values are not shown in api output. |
The fix is almost done! Line 2626 in c82b78b
Added three fields and verified, its working as expected now!. Need to add all other fields (like HTTP, TCP,...). Will check the logic thoroughly again and update. |
The fix is done , added a test case. |
Hi @jkirschner-hashicorp / @huikang / @david-yu , |
Hi @david-yu, |
This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity occurs in the next 30 days. Please feel free to re-open to resurrect the change if you feel this has happened by mistake. Thank you for your contributions. |
Requesting to review this PR |
This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity occurs in the next 30 days. Please feel free to re-open to resurrect the change if you feel this has happened by mistake. Thank you for your contributions. |
Reminding for PR review |
This pull request has been automatically flagged for inactivity because it has not been acted upon in the last 60 days. It will be closed if no new activity occurs in the next 30 days. Please feel free to re-open to resurrect the change if you feel this has happened by mistake. Thank you for your contributions. |
Closing due to inactivity. If you feel this was a mistake or you wish to re-open at any time in the future, please leave a comment and it will be re-surfaced for the maintainers to review. |
Fixes #20409
Testing & Reproduction steps
Refer #20409
PR Checklist