class ElasticAPM::Metadata::ProcessInfo
def initialize(config)
def initialize(config) @config = config @argv = ARGV @pid = $PID || Process.pid @title = $PROGRAM_NAME end
def initialize(config) @config = config @argv = ARGV @pid = $PID || Process.pid @title = $PROGRAM_NAME end