Skip to content

Releases: google/cadvisor

0.4.1

20 Nov 03:53
Compare
Choose a tag to compare
  • Support for Docker containers in systemd systems.
  • Adding DiskIO stats
  • Misc bugfixes and cleanups

0.4.0

20 Nov 03:52
Compare
Choose a tag to compare
  • Various performance enhancements: brings CPU usage down 85%+
  • Implemented dynamic sampling through dynamic housekeeping.
  • Memory storage driver is always on, BigQuery and InfluxDB are now optional storage backends.
  • Fix for DNS resolution crashes when contacting InfluxDB.
  • New containers are now detected using inotify.
  • Added pprof HTTP endpoint.
  • UI bugfixes.

0.3.0

20 Nov 03:52
Compare
Choose a tag to compare
  • Support for Docker with LXC backend.
  • Added BigQuery storage driver.
  • Performance and stability fixes for InfluxDB storage driver.
  • UI fixes and improvements.
  • Configurable stats gathering interval (default: 1s).
  • Improvements to startup and CPU utilization.
  • Added /healthz endpoint for determining whether cAdvisor is healthy.
  • Bugfixes and performance improvements.

0.2.2

13 Aug 18:43
Compare
Choose a tag to compare
  • Improvements to influxDB plugin.
    • Table name is now 'stats'.
    • Network stats added.
    • Detailed cpu and memory stats are no longer exported to reduce the load on the DB.
    • Docker container alias now exported - It is now possible to aggregate stats across multiple nodes.
  • Make the UI independent of the storage backend by caching recent stats in memory.
  • Switched to glog.
  • Bugfixes and performance improvements.
  • Introduced v1.1 remote API with new "subcontainers" resource.

0.2.0

20 Nov 03:51
Compare
Choose a tag to compare
  • Added network stats to the UI.
  • Added support for CoreOS and RHEL.
  • Bugfixes and reliability fixes.