Commit graph

3 commits

Author SHA1 Message Date
d0dd209bc9
Add token-based authentication for receiver
All checks were successful
ci / build (push) Successful in 28s
2026-02-11 15:18:03 +01:00
d624d46822
test(stress): increase cpu-stress to 3 workers with 2.0 CPU limit
All checks were successful
ci / build (push) Successful in 26s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 15:32:55 +01:00
5b983692c8
test: add stress test with receiver integration
All checks were successful
ci / build (push) Successful in 38s
Docker Compose setup that:
- Runs metrics receiver with SQLite storage
- Spawns CPU and memory stress workloads using stress-ng
- Uses shared PID namespace (pid: service:cpu-stress) for proper isolation
- Collector gathers metrics and pushes summary on shutdown

Known issue: Container CPU summary may show overflow values on first
sample due to delta calculation - to be fixed in accumulator.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 15:11:22 +01:00