Top "Azure-application-insights" questions

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.

Remove Application Insight from application on Visual Studio 2013

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-insights
Disable application insights in debug

How can I disable application insights automatically when using a debug configuration and enable it only on release? Is it …

c# azure-application-insights
View POST request body in Application Insights

Is it possible to view POST request body in Application Insights? I can see request details, but not the payload …

c# azure-application-insights
Adding custom properties for each request in Application Insights metrics

I 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-insights
Could not load file or assembly 'System.Runtime.InteropServices.RuntimeInformation

I 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 interopservices
Application Insights - How to sort by custom dimension

I 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-analytics
Log4Net with Application Insights

I 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-insights
Using Application Insights with ILoggerFactory

I'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-insights
What's Application Insights Telemetry (unconfigured) doing?

I'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 telemetry
Application Insights - Logging exceptions

I wrote a custom logger for Application Insights in my app. I don't see any exceptions or ANY events when …

azure azure-application-insights