Skip to content

Releases: google/cadvisor

0.10.1

27 Feb 19:09
Compare
Choose a tag to compare
  • Disable OOM monitoring which is using too much CPU.
  • Fix break in summary stats.

Hash Type
4d4ef1f81b859d521791eebfcf58f6a99c888ff1 sha1
2569e5b00e72263cd0ca9670009d00b6 md5

0.10.0

25 Feb 16:02
Compare
Choose a tag to compare
  • Adding Start and End time for ContainerInfoRequest.
  • Various misc fixes.

Hash Type
33b4d919736ccf5c32e70483e9646c3554798d24 sha1
6aa0838af4451b576c8836af47e6034e md5

0.9.0

09 Feb 23:26
Compare
Choose a tag to compare
  • Support for more network devices (all non-eth).
  • Support for more partition types (btrfs, device-mapper, whole-disk).
  • Added reporting of DiskIO stats.
  • Adding container creation time to ContainerSpec.
  • More robust handling of stats failures.
  • Various misc fixes.

Hash Type
3c2ddb75ef7dea6c7cef4013af1b5446b999d29d sha1
3a4bf0ccf6585e36cd79cc757c55bb30 md5

0.8.0

13 Jan 22:15
Compare
Choose a tag to compare
  • Added ethernet device information.
  • Added machine-wide networking statistics.
  • Misc UI fixes.
  • Fixes for partially-isolated containers.

Hash Type
f208c83d1084ceccd82ca52e3826c003d4376bfd sha1
aaa7fe88c3223c4607c7a9310ea809c4 md5

0.7.1

24 Dec 06:55
Compare
Choose a tag to compare
  • Avoid repeated logging of container errors.
  • Handle non identify mounts for cgroups.

0.7.0

19 Dec 16:25
Compare
Choose a tag to compare
  • Support for HTTP basic auth.
  • Added /validate to perform basic checks and determine support for cAdvisor.
  • All stats in the UI are now updated.
  • Added gauges for filesystem usage.
  • Added device information to machine info.
  • Fixes to container detection.
  • Fixes for systemd detection.
  • ContainerSpecs are now cached.
  • Performance improvements.

Hash Type
8dd94ae5f46adbda64fa0617525ea02b2619584d sha1
2be74832209e3324313df7de4cb31549 md5

0.6.2

21 Nov 12:27
Compare
Choose a tag to compare
  • Fixes for Docker API and UI endpoints.
  • Misc UI bugfixes.
Hash Type
f624bcc2e9cc7b1ff904ce639ea0ab39f4a54a64 sha1
7ad114562b334c70ec14008c3cc34316 md5

0.6.1

20 Nov 03:32
Compare
Choose a tag to compare
  • Bug fix in InfluxDB storage driver. Container name and hostname will be exported.
Hash Type
4ba006b05c13cf3135f02b600ae3dc648c9ebb2d sha1
e74056406119a9baf1ce0ebc98a958cc md5

0.6.0

20 Nov 03:13
Compare
Choose a tag to compare
  • Adding /docker UI endpoint for Docker containers.
  • Fixes around handling Docker containers.
  • Performance enhancements.
  • Embed all external dependencies.
  • ContainerStats Go struct has been flattened. The wire format remains unchanged.
  • Misc bugfixes and cleanups.

0.5.0

20 Nov 03:53
Compare
Choose a tag to compare
  • Added disk space stats. On by default for root, available on AUFS Docker containers.
  • Introduced v1.2 remote API with new "docker" resource for Docker containers.
  • Added "ContainerHints" file based interface to inject extra information about containers.