class Falcon::Service::Supervisor

def do_metrics(message)

Capture process metrics relating to the process group that the supervisor belongs to.
def do_metrics(message)
	Process::Metrics::General.capture(pid: Process.ppid, ppid: Process.ppid)
end