Questions tagged [azure-application-insights-profiler]
21 questions
5
votes
0 answers
Azure Profiler Trace warns that most of the time was spent waiting - how can I tell what it is waiting for?
In my Azure Insights - Performance View, I click on the "Profile Traces" button on the bottom right of the screen. This opens a list of Profile Traces that have been taken, sorted by longest to shortest duration.
I click on one of the…

Shawn de Wet
- 5,642
- 6
- 57
- 88
3
votes
1 answer
under Roles in ApplicationInsights
I am seeing some strange exceptions from a role which I have no idea how to interpret. The role name RD........ under , what can I expect that to be ? Is it the underlying machine which all my service in that specific service group is running on top…
user10285265
3
votes
3 answers
How are resources split between apps in an App service plan
How are resources like CPU/Memory split between apps in app service plan. Is it an equal split between the apps ? Can any one app consume say 90% of the resources. I am asking this because if the resources allocated to apps in app service plan are…

jayasurya_j
- 1,519
- 1
- 15
- 22
3
votes
0 answers
Application Insights Logs Exception at trackException Method repeatedly
I have Angular 5 Web App in which I have configured the Application Insights js of version 1.0.20 (applicationinsights-js). [https://www.npmjs.com/package/applicationinsights-js]
Following Exception was getting logged continuously in our Production…

sudarshan1933
- 321
- 4
- 14
2
votes
0 answers
How can I reliably get a Profile Trace for an Operation in Application Insights for an App Service?
I am trying to performance profile a MVC5, C#, EF6 web app on Azure App Service.
I am using Application Insights. It is working. However when I click on a non performing "operation" for more investigation I rarely get a "profile trace" which I can…

SamJolly
- 6,347
- 13
- 59
- 125
2
votes
1 answer
Application Insights: "Unmanaged async" in profiler trace
We have high CPU load on one of our web-app instances and I'm trying to investigate the cause. There are some profile traces recorded in AI. All of them contain a very long "Unmanaged Async" event.
What does this "Unmanaged Async" mean?

Konstantin Pavlovsky
- 47
- 8
2
votes
2 answers
Removing the appinsights profiler from a app service plan
I'm currently experimenting with the new beta asp.net core app insights profiler.
However I see the error message:
2019-02-11T11:36:22 PID[6036] Information 02-11 11:36:22 Error:
Unexpected exception in agent main process. Details:
…

Alex KeySmith
- 16,657
- 11
- 74
- 152
1
vote
0 answers
Azure App Service crash due to StackOverflowException in MicrosoftInstrumentationEngine_x86.dll
We are experiencing random Azure App Service crashes, multiple times a day. Every time the application crashes the App Service is restarted.
The application is an ASP.NET MVC 5 application running .NET Framework 4.7.
Crash monitoring is enabled and…

honk
- 581
- 4
- 19
1
vote
0 answers
How to understand Azure Application Insight blank space in profiler transaction details
I'm trying to understand why some pages of our application takes so long to load.
It's a .NET Core MVC Web App. It's working fine and fast locally but once it's deployed on Azure some pages randomly takes very long to load.
Using Application…

jiseli
- 13
- 5
0
votes
1 answer
Azure web app shows sudden increase in Data In/Data Out metric
The azure web app is a data api that is accessed by my VueJS frontend which is a static web app.
All of a sudden on Aug 2nd the DataIn metric shows large amounts of data inbound (image). I'm quite certain it isn't coming from the VueJS…

AppyAndy
- 53
- 1
- 5
0
votes
1 answer
AI Status: There are no insights for this application. Cannot retrieve Application Insights' attach status
We have a website that is running very slow in production. The API is using .NET 4.8. The website front end calls our APIs which in turn calls another 3rd party API. All the three are on the same resource group. Overall it takes about a minute to…

user575219
- 2,346
- 15
- 54
- 105
0
votes
1 answer
Retrieve logs from Application Insights Using C# .NET Core function
I am building an Azure Function application to write and retrieve logs in ApplicationInsights. I can able to write logs using instrumentation key.
But I don't know how to retrieve the logs from Application Insights. I have googled and got some…

SuryaKavitha
- 493
- 5
- 16
- 36
0
votes
0 answers
How to find unused menu items with Application Insights
I am suspecting some menu items of my desktop software are not used, and would use Application Insights for that.
Bad idea: Creating event with Key:"menu" and property "copy" or other item is easy to create and plot in Azure portal and but creates…

Daniel
- 1,064
- 2
- 13
- 30
0
votes
1 answer
ApplicationInsight not getting telemetry from AKS pods
In Application insight and dashboards, we are getting telemetry from the API manager APIS. But in the same App insight we are not getting telemtry from the backend applications which is running in AKS pods and connected using instarumentation key as…

Vowneee
- 956
- 10
- 33
0
votes
1 answer
Application Insights Profiler for Cloud Services ApplicationInsightsProfiler sink key
According to the documentation Profile live Azure Cloud Services with Application Insights. The application insights key must be provided in the WadCfg.
...
…

JNappi
- 1,495
- 1
- 14
- 24