No description
Find a file
Manuel Ganter c5c872a373
All checks were successful
ci / build (push) Successful in 1m56s
fix(output): correct JSON serialization of top process metrics
slog.Any() does not properly serialize slices of slog.Group() attributes,
resulting in broken output like {"Key":"","Value":{}}. Fixed by passing
structs with JSON tags directly to slog.Any() instead.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 11:00:34 +01:00
.github/workflows fix(ci): unset GITHUB_TOKEN via shell before running goreleaser 2026-02-04 14:57:56 +01:00
cmd/collector feat(collector): Summaries metrics at the end of the process 2026-02-04 16:21:17 +01:00
internal fix(output): correct JSON serialization of top process metrics 2026-02-06 11:00:34 +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 chore: update module path to DevFW-CICD org 2026-02-04 14:25:50 +01:00
Makefile feat: add resource collector for Forgejo runners 2026-02-04 14:13:24 +01:00