We have just added Application Insights to our application and while monitoring requests, failures and exceptions all makes sense, the Dependency stats.
There are over 9000 items in our Total of Dependency calls by Dependency table for less than 250 requests. I'm sure that the app (which uses Entity Framework) has not issued 9000 sql calls for these almost 250 requests.
When I try to drill down into the individual items I can only see that the Dependency type is SQL, as shown below.
Could someone help me understand this more?