No description
Find a file
Manuel Ganter c309bd810d
All checks were successful
ci / build (push) Successful in 2m33s
feat(receiver): add HTTP metrics receiver with SQLite storage
Add a new receiver application under cmd/receiver that accepts metrics
via HTTP POST and stores them in SQLite using GORM. The receiver expects
GitHub Actions style execution context (org, repo, workflow, job, run_id).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 11:40:03 +01:00
.github/workflows fix(ci): unset GITHUB_TOKEN via shell before running goreleaser 2026-02-04 14:57:56 +01:00
cmd feat(receiver): add HTTP metrics receiver with SQLite storage 2026-02-06 11:40:03 +01:00
internal feat(receiver): add HTTP metrics receiver with SQLite storage 2026-02-06 11:40:03 +01:00
scripts/hooks feat: add resource collector for Forgejo runners 2026-02-04 14:13:24 +01:00
.gitignore feat: add resource collector for Forgejo runners 2026-02-04 14:13:24 +01:00
.goreleaser.yaml chore: remove darwin from build targets 2026-02-04 15:10:07 +01:00
Dockerfile chore: add Dockerfile with Go 1.25 2026-02-04 14:19:47 +01:00
go.mod feat(receiver): add HTTP metrics receiver with SQLite storage 2026-02-06 11:40:03 +01:00
go.sum feat(receiver): add HTTP metrics receiver with SQLite storage 2026-02-06 11:40:03 +01:00
Makefile feat: add resource collector for Forgejo runners 2026-02-04 14:13:24 +01:00