-
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
checks: Add Interval and Timeout to API response #10717
Conversation
🤔 This PR has changes in the |
🍒 If backport labels were added before merging, cherry-picking will start automatically. To retroactively trigger a backport after merging, add backport labels and re-run https://circleci.com/gh/hashicorp/consul/420662. |
Co-authored-by: Evan Culver <[email protected]>
This comes from a customer support ticket. The customer is requesting to include
more fields in the response for health checks. Specifically, they would like for
Interval
andTimeout
to be included.Some historical context: #7330 and #1680.