def __init__()

in src/setup.py [0:0]


    def __init__(self, plugin_config, metadata_reader, collectd_info,
                 non_interactive, region, host, proxy_name, proxy_port,
                 enable_high_resolution_metrics, flush_interval_in_seconds,
                 access_key, secret_key, creds_path,
                 installation_method, push_asg, push_constant, dimension_value,
                 debug_setup, debug):
        self.config = plugin_config
        self.metadata_reader = metadata_reader
        self.collectd_info = collectd_info
        self.non_interactive = non_interactive
        self.region = region
        self.host = host
        self.proxy_name = proxy_name
        self.proxy_port = proxy_port
        self.enable_high_resolution_metrics = enable_high_resolution_metrics
        self.flush_interval_in_seconds = flush_interval_in_seconds
        self.access_key = access_key
        self.secret_key = secret_key
        self.creds_path = creds_path
        self.installation_method = installation_method
        self.push_asg = push_asg
        self.push_constant = push_constant
        self.dimension_value = dimension_value
        self.debug = debug
        self.debug_setup = debug_setup