For programming questions about Microsoft's Azure Application Insights, which is a monitoring service for deployed live applications, allowing collection of availability, performance, usage, and other diagnostic data.
On Visual Studio I added application insight to a project which creates a ApplicationInsights.config and not sure what other …
asp.net visual-studio-2013 azure-application-insightsHow can I disable application insights automatically when using a debug configuration and enable it only on release? Is it …
c# azure-application-insightsIs it possible to view POST request body in Application Insights? I can see request details, but not the payload …
c# azure-application-insightsI d'like to add custom properties to metrics taken by Application Insights to each request of my app. For example, …
c# asp.net azure-web-app-service azure-application-insightsI am getting this error whenever I try and run a webjob project with application insight and entity framework. System.…
c# azure azure-application-insights webjob interopservicesI would like to sort the results of my query according to customDimension.MyCustomProperty which is present in all entities …
azure azure-application-insights ms-app-analyticsI am trying to configure my azure asp.net website to send log4net traces to Azure Application Insights. I …
c# asp.net azure log4net azure-application-insightsI'm trying to log exceptions to Application Insights. I succeeded in doing this by calling TelemetryClient.TrackException directly. However, I …
c# logging asp.net-core azure-web-app-service azure-application-insightsI'm running an MVC app in VS 2015. During debug mode, everything is work just fine until when I try to …
asp.net-mvc azure-application-insights telemetryI wrote a custom logger for Application Insights in my app. I don't see any exceptions or ANY events when …
azure azure-application-insights