short icon indicating copy to clipboard operation
short copied to clipboard

Create health check API

Open magicoder10 opened this issue 6 years ago • 4 comments

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.

magicoder10 avatar Nov 15 '19 07:11 magicoder10

https://microservices.io/patterns/observability/health-check-api.html

magicoder10 avatar Mar 11 '20 01:03 magicoder10

Priorities

  1. Service online
  2. Avg response time
  3. QPS
  4. # of DB failures
  5. # of DB connection
  6. Memory usage
  7. CPU usage

magicoder10 avatar Mar 15 '20 17:03 magicoder10

@byliuyang Can you assign this to me?

lucifercr07 avatar Mar 16 '20 06:03 lucifercr07

Here is the design doc for Health Check API: https://short-d.com/r/health-check-design

magicoder10 avatar Apr 01 '20 07:04 magicoder10