short
short copied to clipboard
Create health check API
Currently, there is no standardized way for load balancer to automatically determine the liveness of a service in order to route the traffic to the available server.
https://microservices.io/patterns/observability/health-check-api.html
Priorities
- Service online
- Avg response time
- QPS
-
#of DB failures -
#of DB connection - Memory usage
- CPU usage
@byliuyang Can you assign this to me?
Here is the design doc for Health Check API: https://short-d.com/r/health-check-design