forgejo-runner-optimiser/internal/summary
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
..
accumulator.go feat(collector): Summaries metrics at the end of the process 2026-02-04 16:21:17 +01:00
accumulator_test.go feat(collector): Summaries metrics at the end of the process 2026-02-04 16:21:17 +01:00
types.go feat(collector): Summaries metrics at the end of the process 2026-02-04 16:21:17 +01:00
writer.go fix(output): correct JSON serialization of top process metrics 2026-02-06 11:00:34 +01:00
writer_test.go feat(collector): Summaries metrics at the end of the process 2026-02-04 16:21:17 +01:00