sdk_storage/docs/tests_monitoring.md
Your Name 7aebbca98d
Some checks failed
CI / rust (push) Failing after 30s
Docker Image / docker (push) Failing after 19s
feat(health): add /health endpoint + tests + docs
2025-08-26 11:16:33 +02:00

10 lines
314 B
Markdown

# Tests et Monitoring
## Tests
- Unitaires et intégration via `cargo test`.
## Monitoring
- Healthcheck HTTP: endpoint `/health` retourne `{ "message": "ok" }` et code 200.
- Exposer métriques avec un reverse proxy/sidecar si nécessaire.
- Configurer l'orchestrateur pour vérifier périodiquement `/health`.