-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Modify health check endpoint and add HEAD method #958
Commits on Aug 5, 2024
-
Add HTTP health check handler for server health monitoring (#832)
Added a handler to allow health checks to be performed with plain HTTP GET requests, rather than health checks using rpc.
Configuration menu - View commit details
-
Copy full SHA for 7ebe5f4 - Browse repository at this point
Copy the full SHA 7ebe5f4View commit details -
health check response struct name change (#832)
Rename existing names used by other packages for lint
Configuration menu - View commit details
-
Copy full SHA for e615224 - Browse repository at this point
Copy the full SHA e615224View commit details -
Rename handler functions (#832)
The package name includes health, so we remove health from the handler function
Configuration menu - View commit details
-
Copy full SHA for 1f9da2d - Browse repository at this point
Copy the full SHA 1f9da2dView commit details
Commits on Aug 6, 2024
-
Add a service-specific health check test
Write a health check for each service and a check failure test for the unknown service.
Configuration menu - View commit details
-
Copy full SHA for 0bfba1f - Browse repository at this point
Copy the full SHA 0bfba1fView commit details
Commits on Aug 7, 2024
-
Merge the basic health check function with the unknown function
Simplify too many health check functions
Configuration menu - View commit details
-
Copy full SHA for 1f596d7 - Browse repository at this point
Copy the full SHA 1f596d7View commit details -
Restructuring the health check test function
Modified test functions for each service to simplify them
Configuration menu - View commit details
-
Copy full SHA for 932cf62 - Browse repository at this point
Copy the full SHA 932cf62View commit details -
Rename health check package and function names
Rename for consistency
Configuration menu - View commit details
-
Copy full SHA for 18e682c - Browse repository at this point
Copy the full SHA 18e682cView commit details -
Add HTTP health check handler for server health monitoring (#952)
Added the handler to allow health checks to be performed with plain HTTP GET requests needed for traditional uptime checker or load balancer, along with existing gRPC health check.
Configuration menu - View commit details
-
Copy full SHA for 495a54f - Browse repository at this point
Copy the full SHA 495a54fView commit details
Commits on Aug 10, 2024
-
Modify health check endpoint and add HEAD method
Need HEAD method for UptimeRobot and fix path overlap with Envoy
Configuration menu - View commit details
-
Copy full SHA for e650f07 - Browse repository at this point
Copy the full SHA e650f07View commit details -
Change the order of expected and actual in a test
In the existing test code, the order of expected and actual values is different, which makes it inconvenient to check the log when the test fails.
Configuration menu - View commit details
-
Copy full SHA for 592302a - Browse repository at this point
Copy the full SHA 592302aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2573e6a - Browse repository at this point
Copy the full SHA 2573e6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 599cf2a - Browse repository at this point
Copy the full SHA 599cf2aView commit details
Commits on Aug 13, 2024
-
Modify the health check endpoint
Modified the endpoint for consistency with gRPC
Configuration menu - View commit details
-
Copy full SHA for 505a40b - Browse repository at this point
Copy the full SHA 505a40bView commit details
Commits on Aug 15, 2024
-
Delete unnecessary service name variables
We only left one duplicate const service name.
Configuration menu - View commit details
-
Copy full SHA for 9573d8f - Browse repository at this point
Copy the full SHA 9573d8fView commit details