varglobalHousekeepingInterval=flag.Duration("global_housekeeping_interval",1*time.Minute,"Interval between global housekeepings")
varlogCadvisorUsage=flag.Bool("log_cadvisor_usage",false,"Whether to log the usage of the cAdvisor container")
varenableLoadReader=flag.Bool("enable_load_reader",false,"Whether to enable cpu load reader")
vareventStorageAgeLimit=flag.String("event_storage_age_limit","default=24h","Max length of time for which to store events (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or \"default\" and the value is a duration. Default is applied to all non-specified event types")
vareventStorageEventLimit=flag.String("event_storage_event_limit","default=100000","Max number of events to store (per type). Value is a comma separated list of key values, where the keys are event types (e.g.: creation, oom) or \"default\" and the value is an integer. Default is applied to all non-specified event types")
// The Manager interface defines operations for starting a manager and getting
// container and machine information.
...
...
@@ -73,6 +77,9 @@ type Manager interface {
// Get info for all requested containers based on the request options.