Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs. Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
666 B
Markdown
30 lines
666 B
Markdown
# Monitoring
|
|
|
|
## Health Endpoints
|
|
|
|
| Service | Check |
|
|
| --- | --- |
|
|
| Core | `GET /health` |
|
|
| Identity | `GET /health` |
|
|
| Frontend | HTTP 200 on apex |
|
|
| Keycloak | Admin/realm availability on `auth.` host |
|
|
|
|
## Logs
|
|
|
|
- Application logs via Docker / configured `LOG_LEVEL`
|
|
- Nginx access/error logs on edge host
|
|
- Celery worker/beat logs for outbox and SSL tasks
|
|
|
|
## Suggested Alerts (minimum)
|
|
|
|
- Container restart loops
|
|
- Postgres / Redis down
|
|
- Certificate expiry < 14 days
|
|
- OTP/SMS provider error rate spike
|
|
- Outbox `failed` growth
|
|
|
|
## Related Documents
|
|
|
|
- [Production](production.md)
|
|
- [Disaster Recovery](disaster-recovery.md)
|