Merge pull request #2297 from dashpole/changelog_34

Changelog for v0.34.0
This commit is contained in:
David Ashpole 2019-08-26 15:46:06 -07:00 committed by GitHub
commit 24a6a52fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,13 @@
# Changelog
### 0.34.0 (2019-08-26)
- Fix disk stats in LXD using ZFS storage pool
- Support monitoring non-k8s containerd namespaces
- The `storage_driver` flag now supports comma-separated inputs
- Add `container_sockets`, `container_threads`, and `container_threads_max` metrics
- Fix CRI-O missing network metris bug
- Add `disable_root_cgroup_stats` flag to allow not collecting stats from the root cgroup.
### 0.33.0 (2019-02-26)
- Add --raw_cgroup_prefix_whitelist flag to allow configuring which raw cgroup trees cAdvisor monitors
- Replace `du` and `find` with a golang implementation