angularjs - Application insights in ASP.NET 5 -


i have configured asp .net 5 application use application insights. angularjs web application pure html,java script , no server side code.

steps followed

  1. added package microsoft.applicationinsights in project.json.
  2. added required javascript in head section of html.

in azure portal, except server response time, server request , failed request data, else showing fine.

i tried 2 things.

  1. hosted website in local machine(behind corportate proxy) 80 , 443 port opened. installed application insights status monitor tool appinsights enabled site.

  2. hosted site in azure website.

in both cases, server response data not showing up.find below screenshot. enter image description here

please help. missing something.?

as stated in question, application pure client application. thus, metrics reported javascript code inserted in <head> tag according application insights guidelines.

you send no requests server side, there no occassion server-part send metrics application insights.

on other hand, if had server application (eg. web api) no client part, 3 metrics missing, no browser load data.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -