====== 3.2 Monitoring ====== Monitoring of the Gateway service. ===== Health Check ===== curl http://localhost:5000/health Returns ''Healthy'' when the service is running. ===== Swagger UI ===== http://localhost:5000/swagger API documentation and test interface. ===== Metrics ===== * Response times in JSON response (''executionTimeMs'') * Windows Performance Counter * Log analysis for error rates ===== Recommended Monitoring ===== * Check HTTP availability * Measure response times * Error rate in logs * Memory and CPU usage