Django app and MySQLInstrumentor not working #3082
Unanswered
DeWaRs1206
asked this question in
Q&A
Replies: 1 comment
-
open-telemetry/opentelemetry-python-contrib#1566 (comment) Hopefully this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm not able to collect MySQL trace using MySQLInstrumentor on a django App.
I created a very simple sample app here: https://github.com/DeWaRs1206/django-opentelemetry to reproduce.
Basically
DjangoInstrumentor().instrument()
is showing data in the console, butMySQLInstrumentor().instrument()
does not.Did I missed something ?
Thanks for your help.
DeWaRs
Beta Was this translation helpful? Give feedback.
All reactions