cAdvisor 0.4.0 release.
This commit is contained in:
parent
7c59947ee8
commit
cc9a8f5dc9
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.4.0 (2014-09-19)
|
||||||
|
- 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 (2014-09-05)
|
## 0.3.0 (2014-09-05)
|
||||||
- Support for Docker with LXC backend.
|
- Support for Docker with LXC backend.
|
||||||
- Added BigQuery storage driver.
|
- Added BigQuery storage driver.
|
||||||
|
@ -15,4 +15,4 @@
|
|||||||
package info
|
package info
|
||||||
|
|
||||||
// Version of cAdvisor.
|
// Version of cAdvisor.
|
||||||
const VERSION = "0.3.0"
|
const VERSION = "0.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user