Package that can be used for service health check
npm install elevate-services-health-checkA flexible, plug-and-play health check utility for Node.js services, capable of monitoring:
- ✅ MongoDB connectivity
- ✅ Kafka broker communication (send & receive)
- ✅ Gotenberg (PDF conversion service)
- ✅ Redis in-memory store
- ✅ PostgreSQL database
- ✅ Microservices health using HTTP APIs
This package helps you implement a standardized /health endpoint for your service.
---
```bash
npm install elevate-services-health-check