File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.2 (2014-08-13)
4+ - Improvements to influxDB plugin.
5+ Table name is now 'stats'.
6+ Network stats added.
7+ Detailed cpu and memory stats are no longer exported to reduce the load on the DB.
8+ Docker container alias now exported - It is now possible to aggregate stats across multiple nodes.
9+ - Make the UI independent of the storage backend by caching recent stats in memory.
10+ - Switched to glog.
11+ - Bugfixes and performance improvements.
12+
313## 0.2.1 (2014-07-25)
414- Handle old Docker versions.
515- UI fixes and other bugfixes.
Original file line number Diff line number Diff line change 1515package info
1616
1717// Version of cAdvisor.
18- const VERSION = "0.2.1 "
18+ const VERSION = "0.2.2 "
You can’t perform that action at this time.
0 commit comments