1.0.0 • Published 6 years ago
tfg-health-monitoring v1.0.0
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)
1.0.0
6 years ago