Go to file
Zhenyu Sun 590953f33c Merged PR 38: feat(probes): add metrics and probes APIs for application health checks
Provides metrics API and Probes APIs (readiness, liveness, startup):

- Metrics Endpoint: /api/_/metrics
- Readiness Probe Endpoint: /api/_/readyz
- Liveness Probe Endpoint: /api/_/livez
- Startup Probe Endpoint: /api/_/healthz

User can controls these APIs accessible or not through these environment variables:

- METRICS_ENABLED: defaults to False
- PROBES_ENABLED: defaults to True
2025-03-13 06:41:48 +00:00
apps chore: enabled orm initialization when startup 2025-03-12 16:10:47 +08:00
infra Import fix 2024-10-23 04:15:44 +00:00
sites Add k8s configuration files for service-hub 2025-02-17 18:03:17 -08:00
.gitignore Add on_behalf_of in payment micro-service 2025-01-16 04:28:35 +00:00
docker-compose.yaml Notification code finished with email function verified 2024-10-26 02:08:04 +00:00
Dockerfile Setting up RabbitMQ, basics 2024-10-12 09:10:13 -07:00
main.py Setting up RabbitMQ, basics 2024-10-12 09:10:13 -07:00