@@ -59,6 +60,8 @@ var eventStorageAgeLimit = flag.String("event_storage_age_limit", "default=24h",
...
@@ -59,6 +60,8 @@ var eventStorageAgeLimit = flag.String("event_storage_age_limit", "default=24h",
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")
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")
varapplicationMetricsCountLimit=flag.Int("application_metrics_count_limit",100,"Max number of application metrics to store (per container)")
varapplicationMetricsCountLimit=flag.Int("application_metrics_count_limit",100,"Max number of application metrics to store (per container)")
constdockerClientTimeout=10*time.Second
// The Manager interface defines operations for starting a manager and getting
// The Manager interface defines operations for starting a manager and getting