Rails Health Check
https://eclecticcoding.com/articles/rails-health-check A Rails engine (just added Rack support) that adds production-grade health check endpoints to any Rails app. Goes well beyond the built-in /up endpoint with 11 built-in checks, parallel execution, structured JSON responses, Prometheus metrics, and a clean configuration DSL.
Post a comment