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 |
||
|---|---|---|
| apps | ||
| infra | ||
| sites | ||
| .gitignore | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| main.py | ||