feat: expose health probes and metrics

This commit is contained in:
2026-07-19 12:49:39 +08:00
parent 6a10ddb6e5
commit 428ee50cd6
6 changed files with 27 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@
- Hardened incoming RSS/Atom sources with public-HTTPS validation, redirect checks, response-size limits, and safe XML declaration rejection.
- Added production configuration validation for secrets, encryption keys, and the public HTTPS URL, plus an administrator-facing status check.
- Added Prometheus-compatible metrics and distinct liveness/readiness health probes.
### Fixed