From 491c0ed34f43f3998f5c017805de08f2afc15c87 Mon Sep 17 00:00:00 2001 From: David Ashpole Date: Tue, 26 Feb 2019 17:05:53 -0800 Subject: [PATCH] v0.33.0 Changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 604da5e45b..35fb701e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### 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 +- Periodically update MachineInfo to support hot-add/remove +- Add explicit timestamps to prometheus metrics to fix rate calculations +- Add --url_base_prefix flag to provide better support for reverse proxies +- Add --white_listed_container_labels flag to allow specifying the container labels added as prometheus labels + ### 0.32.0 (2018-11-12) - Add container process and file descriptor metrics (disabled by default) - Rename `type` label to `failure_type` for prometheus `memory_failures_total` metric