From 39b93d68e30d6935a7a9278af2b708a1150c4f3c Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Mon, 26 Aug 2019 15:31:51 -0700 Subject: [PATCH] Changelog for v0.34.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35fb701e..9b111fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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