cadvisor/container/raw
Rohit Jnagal a123fd72d8 Add logic to read custom metric config files from container root.
Docker does not provide the rootfs path through docker inspect or statefile
and the path is dependent on the storage driver being used.

Instead of enumerating the storage drivers, we pick a pid from the container
and get the config from /proc/pid/root. Although a bit expensive, this method
works for non-docker containers too.
2015-07-22 15:45:07 +00:00
..
test_resources code review fixes 2014-10-16 02:55:39 +00:00
container_hints_test.go Add some more missing copyrights and script to verify copyright. 2015-01-09 19:31:25 +00:00
container_hints.go Adding runtime options docs. 2014-12-04 09:16:30 -08:00
factory.go Add inotify watches as debug information 2015-05-21 14:40:49 -07:00
handler.go Add logic to read custom metric config files from container root. 2015-07-22 15:45:07 +00:00
inotify_watcher.go Report the last cgroup destroy event. 2015-05-21 10:11:09 -07:00