Inhaltsverzeichnis
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
Zuletzt geändert: on 2026/01/29 at 11:21 PM