cadvisor/container
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
..
docker Add logic to read custom metric config files from container root. 2015-07-22 15:45:07 +00:00
libcontainer Typo in helpers.go 2015-07-13 10:30:46 -07:00
raw Add logic to read custom metric config files from container root. 2015-07-22 15:45:07 +00:00
container.go Add logic to read custom metric config files from container root. 2015-07-22 15:45:07 +00:00
factory_test.go Add DebugInfo() API and put the information on /validate 2015-05-21 14:46:35 -07:00
factory.go Add DebugInfo() API and put the information on /validate 2015-05-21 14:46:35 -07:00
mock.go Add logic to read custom metric config files from container root. 2015-07-22 15:45:07 +00:00