Config.socket_path

Path to the collectd socket

It is null by default. When set through the constructor (usual value is provided through default_collectd_socket, StatsLog will write to the Collectd socket.

When this is set, it is required that app_name and app_instance be set.

class Config
istring socket_path;

Meta