No description
Find a file
Manuel Ganter cfe583fbc4
All checks were successful
ci / build (push) Successful in 46s
feat(collector): add HTTP push for metrics to receiver
Add push client that sends run summary to a configurable HTTP endpoint
on shutdown. Execution context is read from GitHub Actions style
environment variables (with Gitea fallbacks).

New flag: -push-endpoint <url>

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 11:44:20 +01:00
.github/workflows fix(ci): unset GITHUB_TOKEN via shell before running goreleaser 2026-02-04 14:57:56 +01:00
cmd feat(collector): add HTTP push for metrics to receiver 2026-02-06 11:44:20 +01:00
internal feat(collector): add HTTP push for metrics to receiver 2026-02-06 11:44:20 +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