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