cadvisor/container
Victor Marmol 1636c3e759 Change ContainerHandlerFactories to decide what containers they support.
This allows a ContainerHandlerFactory to register a CanHandle() function
which is called to determine whether the factory can handle a particular
container.

This commit disables being able to run cAdvisor without lmctfy. This
should be enabled again with a "no-op" global factory which I would like
to do in a separate PR.
2014-07-16 16:48:45 -07:00
..
docker Change ContainerHandlerFactories to decide what containers they support. 2014-07-16 16:48:45 -07:00
lmctfy Change ContainerHandlerFactories to decide what containers they support. 2014-07-16 16:48:45 -07:00
container.go remove StatsPercentiles in container handler 2014-06-17 12:55:51 -07:00
factory_test.go Change ContainerHandlerFactories to decide what containers they support. 2014-07-16 16:48:45 -07:00
factory.go Change ContainerHandlerFactories to decide what containers they support. 2014-07-16 16:48:45 -07:00
filter_test.go remove StatsPercentiles in container handler 2014-06-17 12:55:51 -07:00
filter.go remove StatsPercentiles in container handler 2014-06-17 12:55:51 -07:00
mock.go Change ContainerHandlerFactories to decide what containers they support. 2014-07-16 16:48:45 -07:00