-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skywalking-python not trace request #5285
Comments
@shuguang-dong please set the logging level( |
Perhaps you just hit the incompatibility of Django plugin, which is fixed in the master branch but not included in the 0.2.0, if possible, please try to build from the master branch codes and tell us whether it helps, or try a newer Django version (> 2.2), thanks |
This is my code:
and I debug it in pycharm ,here is log:
I will also try a newer Django version(>2.2) again |
I tested Django==3.1, apache-skywalking==0.2.0. it worked well @shuguang-dong
cmd: python3 test_django.py runserver 0.0.0.0:9090 |
I think the key may be this |
It's quite expected because we run the test cases over and over in the CI, and I'm pretty sure it's just a version incompatibility issue fixed by @Humbertzhang in apache/skywalking-python#52 in the master branch now(not included in the 0.2.0), I'll close this for now and if you @shuguang-dong have any further question, please comment here |
@kezhenxu94 I think python agent should follow the java supported list doc style, add versions there. |
Versioning the supported libraries as well as the tests is under construction by @Humbertzhang and I, will open another issue to track that |
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:
The text was updated successfully, but these errors were encountered: