perf(profiling): reduce CPU and off-CPU sampling overhead #87
Loading…
Reference in a new issue
No description provided.
Delete branch "codex/pipeline-profile-rate-20260909"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The collector-on/off/on warm Build check measured 8.91% added median time and 7.09% at p95 with 99 Hz CPU and 10% off-CPU sampling. Lower these to 49 Hz and 1% for the next check. Keep all observed syscall returns in the summary counters.
Add a configuration checksum so rate changes restart the collector. Keep the single-node limit, exact context binding and all existing resource and security limits.
Validation: repository checks, Kubernetes server dry-run and validation with the pinned Alloy binary passed. Repeat the fixed-revision warm Build measurement after deployment.