-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
WithHealthzEndpoint
as ServeMuxOption
to register a `/healthz…
…`endpoint (#2319) * Add HealthCheck endpoint option to ServeMux * Use outboundMarshaler for HealthCheck reponses * Rename WithHealthCheckEnabled to WithHealthzEndpoint * Add docs for WithHealthzEndpoint * Cleanup health_check.md and imports * Fix health_check.md header * Fix health_check.md header whitespace * Replace panic with error return in test grpc server Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]> * Update runtime/BUILD.bazel * Use HealthClient for WithHealthzEndpoint option Signed-off-by: Tobias Brumhard <[email protected]> * Regenerate bazel files Signed-off-by: Tobias Brumhard <[email protected]> Co-authored-by: Johan Brandhorst-Satzkorn <[email protected]>
- Loading branch information
1 parent
8ca093b
commit db9c664
Showing
4 changed files
with
167 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters