You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Extend changes/11223.enhance.md with a short note that block-I/O
readings may also step down on cgroup v1 hosts (the sysfs path reads
blkio.throttle.io_service_bytes; the API path reads
io_service_bytes_recursive).
- Drop TestWarnCgroupFallbackOnce::test_evicts_beyond_limit — it was
re-verifying cachetools.LRUCache eviction, not project logic.
test_deduplicates_per_container already covers the project contract.
Refs #11220
Refs #11223
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Default to cgroup (sysfs) stat collection on native Linux hosts, falling back to the Docker API only on linuxkit or read failure.
2
2
Note: reported container memory usage may step down on hosts previously using `stats-type: docker`, because sysfs excludes inactive file cache (matching `docker stats`).
3
-
Dashboards or autoscaling thresholds tuned to the old (higher) values should be re-evaluated after upgrade.
3
+
Block-I/O readings may also shift on cgroup v1 hosts, because the sysfs path reads `blkio.throttle.io_service_bytes` while the Docker API path reads `blkio_stats.io_service_bytes_recursive` (which sums across nested cgroups).
4
+
Dashboards or autoscaling thresholds tuned to the old values should be re-evaluated after upgrade.
0 commit comments