Adds monitoring for container, which is an object with property 'id'.
(self, container)
| 142 | self.monitor_thread.join() |
| 143 | |
| 144 | def add(self, container): |
| 145 | """Adds monitoring for container, which is an object with property 'id'.""" |
| 146 | self.containers.append(container) |
| 147 | |
| 148 | @staticmethod |
| 149 | def _metrics_from_stat_file(root, container, stat): |