tracer()->spanBuilder('root')->startSpan()->end(); $instrumentation->meter()->createCounter('cnt')->add(1); $instrumentation->eventLogger()->emit('foo', 'hello, otel'); echo 'Finished!' . PHP_EOL;