KATO Tomoyuki 6cd32dd3b4 [config-ref] fix unknown config option type to PortOpt
backport: mitaka

Change-Id: I3c37e0ee5a78b74db1b5a74feabac2e10110078d
Closes-Bug: #1603082
2016-08-03 15:29:20 +09:00

1.5 KiB

Description of collector configuration options
Configuration option = Default value Description
[collector]
batch_size = 1 (Integer) Number of notification messages to wait before dispatching them
batch_timeout = None (Integer) Number of seconds to wait before dispatching sampleswhen batch_size is not reached (None means indefinitely)
udp_address = 0.0.0.0 (String) Address to which the UDP socket is bound. Set to an empty string to disable.
udp_port = 4952 (Port number) Port to which the UDP socket is bound.
workers = 1 (Integer) Number of workers for collector service. default value is 1.
[dispatcher_file]
backup_count = 0 (Integer) The max number of the files to keep.
file_path = None (String) Name and the location of the file to record meters.
max_bytes = 0 (Integer) The max size of the file.