ai-code-battle/cmd/acb-worker
jedarden 20c48783cc
Some checks are pending
CI / Go Tests (push) Waiting to run
CI / Worker API Tests (push) Waiting to run
CI / Indexer Tests (push) Waiting to run
CI / Web Build (push) Waiting to run
Add Prometheus metrics endpoint to match worker
Adds a metrics HTTP server to acb-worker exposing Prometheus text format
at /metrics, plus /health and /ready K8s probe endpoints. Tracks counters
(matches, errors, jobs, replays, polls, heartbeats) and histograms
(match duration, replay upload duration, replay size). Instruments the
full worker execution flow. Fixes .gitignore binary patterns to use
root-anchored paths so cmd/ subdirectories aren't incorrectly excluded.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 00:50:10 -04:00
..
api.go Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
api_test.go Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00
Dockerfile Start Phase 6: Add deployment configuration and containers 2026-03-24 09:41:14 -04:00
main.go Add Prometheus metrics endpoint to match worker 2026-03-26 00:50:10 -04:00
metrics.go Add Prometheus metrics endpoint to match worker 2026-03-26 00:50:10 -04:00
metrics_test.go Add Prometheus metrics endpoint to match worker 2026-03-26 00:50:10 -04:00
r2.go Implement match worker container (cmd/acb-worker/) 2026-03-24 08:06:15 -04:00