Is there a relation between the pageViews and requests tables in AppInsights?

Copper Contributor

I want to write a query that will show me how many pages are using different css/js assets.  It is extremely difficult to do in our solution, since that data is injected sometimes in ways that can only be seen on the rendered HTML.  So, I was hoping to use the log analytics to tell me this.

 

requests have the js/css calls I want.  I just need a way to associate that to pageViews.  Seemed like operation_Id would be a good candidate for a join field.  But, the text in that field looks vastly different from the pageViews vs requests.  I am guessing one of these tables is getting populated from the server side AI code and the other is coming from the clientside javascript.

 

Just wanted to see if anyone else has achieved this in AI.

0 Replies