Hi all: My project use python3 and pecan. The deployment method is apache httpd and wsgi_module. I cannot find any agent for httpd server。
When use the following lines to my applications to get the agent attached and running from skywalking import agent, config config.init(xxxxx) agent.start() Skywalking process block the main process, I can not start my python project, Can you give me some advice on how to solve it? Thanks
