You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
How can one trace a django database dependancy to Azure Insights?
For instance, if I have a basic call to Model.objects.all() how this might be traced? And what data can be traced?
Does it make sense to use a opencensus-ext-mysql in order to send traces to Azure Insights?
Are there any examples for this?
p.s unfortunately, there are no any READMEs for those sql-related plugins.