gitdataai/apps
ZhenYi 10836730ed
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
feat: add health endpoints and Prometheus metrics to git-hook and email-worker
Health monitoring:
- gitserver: /health endpoint on port 8021 (DB + Redis ping)
- git-hook: hyper health server on port 8083 with /health
- email-worker: hyper health server on port 8084 with /health
- K8s probes updated to httpGet for all three services

Metrics (via /metrics endpoint):
- git-hook: hook_tasks_total/success/failed/locked/retried/exhausted,
  hook_sync_branches/tags_changed_total
- email: email_queued/consumed/sent/failed_total,
  email_validation_skipped/build_errors/send_attempts_total
2026-04-25 23:45:48 +08:00
..
adminrpc chore(admin): remove all metrics/observability features 2026-04-23 15:42:00 +08:00
app fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00
email feat: add health endpoints and Prometheus metrics to git-hook and email-worker 2026-04-25 23:45:48 +08:00
git-hook feat: add health endpoints and Prometheus metrics to git-hook and email-worker 2026-04-25 23:45:48 +08:00
gitserver fix(gitserver,git-hook): pass defer argument to init_tracing_subscriber 2026-04-22 23:32:43 +08:00
migrate init 2026-04-15 09:08:09 +08:00
operator fix(operator): mount /data PVC into git-hook deployment 2026-04-17 14:15:38 +08:00
static fix(avatar): add upload API routes and fix URL path prefix 2026-04-25 23:19:22 +08:00