tfg-health-monitoring
v1.0.0
Published
Standardised health monitoring for express projects
Downloads
1
Readme
TFG Health Monitoring
Standardised health monitoring for express projects
Quickstart
npm install --save tfg-health-monitoring
const tfgHealthMonitoring = require("tfg-health-monitoring");
// Mount the routes at /public/health
app.use(basePath + "/public/health", tfgHealthMonitoring.routes);
Features
- Lightweight uptime check endpoint
Coming Soon
- Liveness probe endpoint for k8 (checks db etc. then tells k8 pod is ok)