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.

Programmatically setting Application Insights instrumentation key throws error

To support Application Insights in multiple environments, we are setting the Instrumentation Key programmatically, as adviced in this post. We …

c# azure azure-web-app-service azure-application-insights
View Request Body in Application Insights

I'm using Application insights with API-Management to monitor my API's. Application Insights is great tool but I'm not able to …

azure azure-application-insights azure-api-management
Managing Application Insights Cookies

I'm wondering how application insights work with cookies because I'll like to understand user and session tracking, so I've been …

c# asp.net azure-application-insights
API Application Insights good practice to use

I read this documentation: https://docs.microsoft.com/en-us/azure/application-insights/app-insights-api-custom-events-metrics There are many different API method to track …

c# azure asp.net-mvc-5 azure-application-insights telemetry
How can I use Application Insights locally with Azure Functions?

I'm using the interface ILogger to log events inside my Azure functions. I can publish it in Azure and connect …

azure azure-functions azure-application-insights
Application Insights Delay?

I've looked in many places for details around the delay of time it takes for Application Insights data to appear …

c# azure azure-application-insights
ILogger to Application Insights

Using Microsoft.ApplicationInsights.AspNetCore v2.6.1 with .net core v2.2.2 I can see the telemetry going in Azure Application Insight Live …

c# azure asp.net-core logging azure-application-insights
How to join on customDimensions in Application Insights Analytics?

When I try to join on one of the customDimensions fields, I get a syntax error: "join attributes may be …

join azure-application-insights
When can I get an Application Insights operation id?

I have a AspNetCore web app that writes to EventHub and a webjob that reads from it. I'd like the …

c# asp.net-core-mvc azure-application-insights
Is it possible to exclude a url from Application Insights?

We have an Azure web role deployed that has been using Application Insights (ver. 1.0.0.4220), however, we're going over our data …

azure azure-application-insights