shuguang-dong commented on pull request #52: URL: https://github.com/apache/skywalking-python/pull/52#issuecomment-671695199
Hello, here is my demo project: https://github.com/shuguang-dong/demo I use cmd: python3 agent.py runserver 0.0.0.0:9090 after I visit url: http://0.0.0.0:9090/index ,agent work well(on protocol='http') but I run my django server ,it listen 8000 port, I visit url http://127.0.0.1:8000/ , the agent not trace this request ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
