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