Please answer these questions before submitting your issue.
- Why do you submit this issue?
- Question or discussion
Question
- I learn skywalking-python by this page: https://github.com/apache/skywalking-python
after agent.start(),only create instance,but not track any request.
when agent.start(), I also start my django server and request some api, then I view skywalking admin page,only see instance created but not trace any request info.
My fremework info:
- Python-3.7
- Djano-2.1.3
- skywalking-python-0.2.0
Please answer these questions before submitting your issue.
Question
after agent.start(),only create instance,but not track any request.
when agent.start(), I also start my django server and request some api, then I view skywalking admin page,only see instance created but not trace any request info.
My fremework info: