Create simple endpoint for health checking
See original GitHub issueHealth checking /
or /metrics
doesn’t like a very good idea, especially when dealing with large cluster that contain many keyspaces and data.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Implement health check APIs for microservices - IBM
A health check API quickly returns the operational status of your microservice and indicates its ability to connect to dependent services.
Read more >A guide to API health check - Testfully
Health checks can test APIs dependencies, such as databases and external service endpoints, to confirm availability and normal functioning.
Read more >REST API Design: Health Check Endpoint - eloquent code
REST API Design: Health Check Endpoint. A health-check or simply health endpoint can be very useful for testing and inspecting a running API ......
Read more >How to implement Health Checks API in Microservices ...
Solution. Each service has a health check API endpoint(e.g HTTP /health) that returns the status of service (Healthy/Unhealthy/Degraded).
Read more >Pattern: Health Check API - Microservice Architecture
A health check client - a monitoring service, service registry or load balancer - periodically invokes the endpoint to check the health of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
/health should just say the exporter is working properly (print “ok” if everything is fine)
Won’t do it as :
As always, PR are welcome 😃