Originally posted by DeWaRs1206 December 9, 2022
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, but MySQLInstrumentor().instrument() does not.
Did I missed something ?
Thanks for your help.
DeWaRs