Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rolling up Dependencies to Requests/PageViews in ApplicationInsights Analytics

Based on datapoint numbers I'm seeing, a client's website is averaging 28 dependencies per each request. That does seem very high to me so I'd like to do some analysis by rolling dependency data points up on page views and requests to the website. Unfortunately, looking at the fields available via Application Insights, there doesn't seem to be a natural field to join dependency to pageviews or requests. Any thoughts as to how I would go about doing so?

like image 245
JoanieBrar Avatar asked Nov 02 '25 06:11

JoanieBrar


1 Answers

You can consider using OperationContext

like image 155
Anastasia Black Avatar answered Nov 05 '25 15:11

Anastasia Black