123 124 125 126 127 128
# File 'lib/fiber_audit/runtime/probes/subprocess.rb', line 123 def wait(...) Registry.observe( operation: 'Process::Status.wait', measurements: { waits_for_child: true } ) { super } end