microsoft / ApplicationInsights-PHP

Azure Application Insights SDK for PHP
https://azure.microsoft.com/services/application-insights/
Other
108 stars 92 forks source link

MYSQL Queries tracking data not showing in Appinsights dashboard #64

Open rajkumargovindasamy opened 5 years ago

rajkumargovindasamy commented 5 years ago

Hi All,

We have installed Appinsights drupal 7 module with our instrumentation key in module admin level configuration , But our webapp mysql queries data doesn't getting reflected in Appinsights dashboard.

Are we going to sending the mysql query manually for tracking or the tracking will be handled automatically by the help of this module?

We have included Appinsights below javascript code in html.tpl.php front end tracking is working fine by the help of this javascript, my only concern how can we track the backend myqueries data?

""

Thanks in advance