Under the hood
No documentation found
CPU telemetry now reads cgroup usage from a fixed path and adds a new shell CPU time metric
What
The telemetry that reports CPU usage broken down by session phase (tengu_tool_cpu_by_phase) now reads CPU accounting data from a fixed cgroup path, /sys/fs/cgroup/cpuacct, plus a per-tool cgroup's cpuacct.usage file. It also adds a new *_shell_cpu_ms metric, reported alongside the existing *_wall_ms, *_cli_cpu_ms, and *_tools_cpu_ms metrics when shell cgroup data is available.
Why
This gives more precise, directly-read CPU accounting and adds visibility specifically into CPU time spent in shell subprocesses, on top of the existing CLI-versus-tools breakdown.
Names in the bundlecpuacct.usage