flytekit.configuration.StatsConfig#
- class flytekit.configuration.StatsConfig(host='localhost', port=8125, disabled=False, disabled_tags=False)[source]#
Configuration for sending statsd.
- Parameters
- Return type
None
Methods
- classmethod auto(config_file=None)[source]#
Reads from environment variable, followed by ConfigFile provided :param config_file: :return:
Attributes