vardockerEnvWhitelist=flag.String("docker_env_metadata_whitelist","","a comma-separated list of environment variable keys that needs to be collected for docker containers")
@@ -48,6 +48,43 @@ var logCadvisorUsage = flag.Bool("log_cadvisor_usage", false, "Whether to log th
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")
varapplicationMetricsCountLimit=flag.Int("application_metrics_count_limit",100,"Max number of application metrics to store (per container)")
flag.Var(&ignoreMetrics,"disable_metrics","comma-separated list of metrics to be disabled. Options are `disk`, `network`, `tcp`. Note: tcp is disabled by default due to high CPU usage.")