public static function span() : ContextKeyInterface { static $instance; return $instance ??= Context::createKey('opentelemetry-trace-span-key'); }