Description of configuration options for collector
Configuration option = Default value Description
[DEFAULT]
collector_workers = 1 (IntOpt) Number of workers for collector service. A single collector is enabled by default.
[collector]
udp_address = 0.0.0.0 (StrOpt) Address to which the UDP socket is bound. Set to an empty string to disable.
udp_port = 4952 (IntOpt) Port to which the UDP socket is bound.
[dispatcher_file]
backup_count = 0 (IntOpt) The max number of the files to keep.
file_path = None (StrOpt) Name and the location of the file to record meters.
max_bytes = 0 (IntOpt) The max size of the file.